Description: Adjust Perl interpreter path.
Author: Étienne Mollier <emollier@debian.org>
Forwarded: not-needed
Last-Update: 2025-03-02
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- raxml.orig/usefulScripts/ProteinModelSelection.pl
+++ raxml/usefulScripts/ProteinModelSelection.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
 
 #print $ARGV[0]." ".$ARGV[1]." ".$#ARGV."\n";
 
--- raxml.orig/usefulScripts/applyRAxML2AllFilesInDirectory.pl
+++ raxml/usefulScripts/applyRAxML2AllFilesInDirectory.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
 
 #print $ARGV[0]." ".$ARGV[1]." ".$#ARGV."\n";
 
--- raxml.orig/usefulScripts/bsBranchLengths.pl
+++ raxml/usefulScripts/bsBranchLengths.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
 
 print $ARGV[0]." ".$ARGV[1]." ".$ARGV[2]." ".$#ARGV."\n";
 
