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/patchls | |
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/patchls')
-rw-r--r-- | Porting/patchls | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/patchls b/Porting/patchls index 4329f4cebc..1803ef7263 100644 --- a/Porting/patchls +++ b/Porting/patchls @@ -1,4 +1,4 @@ -#!/bin/perl -w +#!/usr/bin/perl -w # # patchls - patch listing utility # |