diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-05-13 18:59:51 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-05-13 18:59:51 +0000 |
commit | 46618fd9dc39954f9acd97cef74b6dc97b59c99c (patch) | |
tree | 660a6eed026cd993bbc5abbca085322a98b5feb9 /Porting | |
parent | 3099fc99273017468e5ddf7177e6764cfc105a6a (diff) | |
download | perl-46618fd9dc39954f9acd97cef74b6dc97b59c99c.tar.gz |
Use /usr/bin/perl (de facto in Porting/ scripts).
p4raw-id: //depot/perl@19520
Diffstat (limited to 'Porting')
-rw-r--r-- | Porting/sort_perldiag.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/sort_perldiag.pl b/Porting/sort_perldiag.pl index c4b60ca14e..54037b13cf 100644 --- a/Porting/sort_perldiag.pl +++ b/Porting/sort_perldiag.pl @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl -w +#!/usr/bin/perl -w use strict; |