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/makerel | |
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/makerel')
-rw-r--r-- | Porting/makerel | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/makerel b/Porting/makerel index 8937b258a5..0f98fc9217 100644 --- a/Porting/makerel +++ b/Porting/makerel @@ -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. |