diff options
author | Chip Salzenberg <chip@pobox.com> | 2003-02-24 21:35:56 +0000 |
---|---|---|
committer | chip <chip@pobox.com> | 2003-02-24 21:35:56 +0000 |
commit | 23b3bd7f4ea04a410bbe9a0b67cf4dbaa82b6992 (patch) | |
tree | 362ed3e4f83e42809a9c986393c5f4daf8c3723a /Porting/fixCORE | |
parent | 4ffa73a366885f682ceccdeee45e43075e0c312e (diff) | |
download | perl-23b3bd7f4ea04a410bbe9a0b67cf4dbaa82b6992.tar.gz |
In Porting scripts, use standard perl path of "/usr/bin/perl".
p4raw-id: //depot/perl@18767
Diffstat (limited to 'Porting/fixCORE')
-rwxr-xr-x | Porting/fixCORE | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/fixCORE b/Porting/fixCORE index 4c586d8969..f7f4539fd6 100755 --- a/Porting/fixCORE +++ b/Porting/fixCORE @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl -w +#!/usr/bin/perl -w use Data::Dumper; my $targ = shift; |