In Porting scripts, use standard perl path of "/usr/bin/perl".
authorChip Salzenberg <chip@pobox.com>
Mon, 24 Feb 2003 21:35:56 +0000 (21:35 +0000)
committerchip <chip@pobox.com>
Mon, 24 Feb 2003 21:35:56 +0000 (21:35 +0000)
p4raw-id: //depot/perl@18767

Porting/check83.pl
Porting/findvars
Porting/fixCORE
Porting/fixvars
Porting/genlog
Porting/makerel
Porting/patchls

index 7006d23..5851d9f 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl
+#!/usr/bin/perl
 
 # Check whether there are naming conflicts when names are truncated to
 # the DOSish case-ignoring 8.3 format, plus other portability no-nos.
index 2d3a9a3..26a4bcf 100755 (executable)
@@ -1,4 +1,4 @@
-#!/l/local/bin/perl -w
+#!/usr/bin/perl -w
 
 $pat = '';
 # construct word list
index 4c586d8..f7f4539 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl -w
+#!/usr/bin/perl -w
 use Data::Dumper;
 
 my $targ = shift;
index a211e58..201c37f 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl -w
+#!/usr/bin/perl -w
 use Data::Dumper;
 
 my $targ = (@ARGV) ? join(' ',@ARGV) : 'miniperl' ;
index 48126f4..98bccdd 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl -w
+#!/usr/bin/perl -w
 #
 # Generate a nice changelist by querying perforce.
 #
index 8937b25..0f98fc9 100644 (file)
@@ -1,4 +1,4 @@
-#!/bin/env perl -w
+#!/usr/bin/perl -w
 
 # A first attempt at some automated support for making a perl release.
 # Very basic but functional - if you're on a unix system.
index 4329f4c..1803ef7 100644 (file)
@@ -1,4 +1,4 @@
-#!/bin/perl -w
+#!/usr/bin/perl -w
 # 
 #      patchls - patch listing utility
 #