From 66dcbdb21e6f89de48239c2f55a097aadb785e70 Mon Sep 17 00:00:00 2001 From: "Aaron M. Ucko" Date: Wed, 1 Dec 2021 21:38:20 -0500 Subject: [PATCH] Bypass env in Perl script shebangs. Gbp-Pq: Name run_perl_directly --- c++/src/app/blast/update_blastdb.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c++/src/app/blast/update_blastdb.pl b/c++/src/app/blast/update_blastdb.pl index bdef8d28..3ce9c4d5 100755 --- a/c++/src/app/blast/update_blastdb.pl +++ b/c++/src/app/blast/update_blastdb.pl @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!/usr/bin/perl # $Id: update_blastdb.pl 681901 2024-04-17 13:16:37Z ivanov $ # =========================================================================== # -- 2.30.2