summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2003-05-13 18:59:51 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2003-05-13 18:59:51 +0000
commit46618fd9dc39954f9acd97cef74b6dc97b59c99c (patch)
tree660a6eed026cd993bbc5abbca085322a98b5feb9 /Porting
parent3099fc99273017468e5ddf7177e6764cfc105a6a (diff)
downloadperl-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.pl2
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;