Unify #! line for Perl scripts

/usr/bin/env exists on all current workstation OSs.
This commit is contained in:
Andrew Johnson
2013-01-23 07:29:07 -06:00
parent 038a1140f4
commit 451c4cc854
23 changed files with 23 additions and 34 deletions

View File

@@ -1,5 +1,4 @@
eval 'exec perl -S $0 ${1+"$@"}' # -*- Mode: perl -*-
if $running_under_some_shell; # makeBaseExt
#!/usr/bin/env perl
# Authors: Ralph Lange, Marty Kraimer, Andrew Johnson and Janet Anderson
# $Revision-Id$