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/findvars | |
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/findvars')
-rwxr-xr-x | Porting/findvars | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/findvars b/Porting/findvars index 2d3a9a3b8f..26a4bcf11d 100755 --- a/Porting/findvars +++ b/Porting/findvars @@ -1,4 +1,4 @@ -#!/l/local/bin/perl -w +#!/usr/bin/perl -w $pat = ''; # construct word list |