1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
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";
|