diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2003-01-02 07:32:00 +0000 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2003-01-02 07:32:00 +0000 |
commit | c01e16286ece75114f3529ba874138bfb2f9c597 (patch) | |
tree | 8b1b056ebeb55d36c53712f345d1cc8cb1875949 /Porting/genlog | |
parent | 498d7dc446852be2217fba65d8c41a0242e7402a (diff) | |
download | perl-c01e16286ece75114f3529ba874138bfb2f9c597.tar.gz |
Use a more likely location for the perl binary
p4raw-id: //depot/perl@18390
Diffstat (limited to 'Porting/genlog')
-rwxr-xr-x | Porting/genlog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/genlog b/Porting/genlog index 0c5fec6361..48126f4fb4 100755 --- a/Porting/genlog +++ b/Porting/genlog @@ -1,4 +1,4 @@ -#!/l/local/bin/perl -w +#!/usr/local/bin/perl -w # # Generate a nice changelist by querying perforce. # |