Skip to content

Commit

Permalink
use more portabel perl shebangs
Browse files Browse the repository at this point in the history
use `/usr/bin/env perl` instead of `/usr/local/bin/perl` as it finds
perl in non-hard-coded locations
  • Loading branch information
wookietreiber committed Dec 7, 2014
1 parent fe7c8a9 commit 1ea2418
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion usefulScripts/ProteinModelSelection.pl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/local/bin/perl
#!/usr/bin/env perl

#print $ARGV[0]." ".$ARGV[1]." ".$#ARGV."\n";

Expand Down
2 changes: 1 addition & 1 deletion usefulScripts/applyRAxML2AllFilesInDirectory.pl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/local/bin/perl
#!/usr/bin/env perl

#print $ARGV[0]." ".$ARGV[1]." ".$#ARGV."\n";

Expand Down
2 changes: 1 addition & 1 deletion usefulScripts/bsBranchLengths.pl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/local/bin/perl
#!/usr/bin/env perl

print $ARGV[0]." ".$ARGV[1]." ".$ARGV[2]." ".$#ARGV."\n";

Expand Down

0 comments on commit 1ea2418

Please sign in to comment.