summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChip Salzenberg <chip@pobox.com>1999-04-29 18:50:49 +0000
committerchip <chip@pobox.com>1999-04-29 18:50:49 +0000
commite4a43a63a8f5cb52d01bf2a5789e0f2908ac1041 (patch)
treee778e30752808f8c2cf400f77fad8788697cf43c
parentc18b2a02e9c6873d0b554864cd2c5aa7a12138f1 (diff)
downloadperl-e4a43a63a8f5cb52d01bf2a5789e0f2908ac1041.tar.gz
Fix shebang lines.
p4raw-id: //depot/maint-5.004/perl@3293
-rwxr-xr-xPorting/p4d2p2
-rw-r--r--h2pl/mksizes2
-rw-r--r--pod/checkpods.PL2
-rw-r--r--pod/pod2html.PL2
-rw-r--r--pod/pod2latex.PL2
-rw-r--r--pod/pod2man.PL2
-rw-r--r--pod/pod2text.PL2
-rw-r--r--utils/c2ph.PL2
-rw-r--r--utils/h2ph.PL2
-rw-r--r--utils/h2xs.PL2
-rw-r--r--utils/perlbug.PL2
-rw-r--r--utils/perldoc.PL2
-rw-r--r--utils/pl2pm.PL2
-rw-r--r--utils/splain.PL2
-rw-r--r--win32/bin/search.pl2
-rw-r--r--x2p/find2perl.PL2
-rw-r--r--x2p/s2p.PL2
17 files changed, 17 insertions, 17 deletions
diff --git a/Porting/p4d2p b/Porting/p4d2p
index 67780a9393..b71cab5edc 100755
--- a/Porting/p4d2p
+++ b/Porting/p4d2p
@@ -1,4 +1,4 @@
-#!/l/local/bin/perl -wspi.bak
+#!/usr/bin/perl -wspi.bak
#
# reads a perforce style diff on stdin and outputs appropriate headers
diff --git a/h2pl/mksizes b/h2pl/mksizes
index cb4b8ab86e..a39c83ad03 100644
--- a/h2pl/mksizes
+++ b/h2pl/mksizes
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl
+#!/usr/bin/perl
($iam = $0) =~ s%.*/%%;
$tmp = "$iam.$$";
diff --git a/pod/checkpods.PL b/pod/checkpods.PL
index 92b7ae6e4c..31f3f7c42f 100644
--- a/pod/checkpods.PL
+++ b/pod/checkpods.PL
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl
+#!/usr/bin/perl
use Config;
use File::Basename qw(&basename &dirname);
diff --git a/pod/pod2html.PL b/pod/pod2html.PL
index 4eec29c26b..0b5f3e9a8a 100644
--- a/pod/pod2html.PL
+++ b/pod/pod2html.PL
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl
+#!/usr/bin/perl
use Config;
use File::Basename qw(&basename &dirname);
diff --git a/pod/pod2latex.PL b/pod/pod2latex.PL
index feed98e923..9095438fed 100644
--- a/pod/pod2latex.PL
+++ b/pod/pod2latex.PL
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl
+#!/usr/bin/perl
use Config;
use File::Basename qw(&basename &dirname);
diff --git a/pod/pod2man.PL b/pod/pod2man.PL
index 71a5d420a9..275ba5902c 100644
--- a/pod/pod2man.PL
+++ b/pod/pod2man.PL
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl
+#!/usr/bin/perl
use Config;
use File::Basename qw(&basename &dirname);
diff --git a/pod/pod2text.PL b/pod/pod2text.PL
index 94516c3997..3df7296657 100644
--- a/pod/pod2text.PL
+++ b/pod/pod2text.PL
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl
+#!/usr/bin/perl
use Config;
use File::Basename qw(&basename &dirname);
diff --git a/utils/c2ph.PL b/utils/c2ph.PL
index 38b259f0db..5550ae11aa 100644
--- a/utils/c2ph.PL
+++ b/utils/c2ph.PL
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl
+#!/usr/bin/perl
use Config;
use File::Basename qw(&basename &dirname);
diff --git a/utils/h2ph.PL b/utils/h2ph.PL
index 42a60b2d19..57663d4385 100644
--- a/utils/h2ph.PL
+++ b/utils/h2ph.PL
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl
+#!/usr/bin/perl
use Config;
use File::Basename qw(basename dirname);
diff --git a/utils/h2xs.PL b/utils/h2xs.PL
index 97d3ceded3..0f68fe1d29 100644
--- a/utils/h2xs.PL
+++ b/utils/h2xs.PL
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl
+#!/usr/bin/perl
use Config;
use File::Basename qw(&basename &dirname);
diff --git a/utils/perlbug.PL b/utils/perlbug.PL
index 589e7e69b4..bd8fca2028 100644
--- a/utils/perlbug.PL
+++ b/utils/perlbug.PL
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl
+#!/usr/bin/perl
use Config;
use File::Basename qw(&basename &dirname);
diff --git a/utils/perldoc.PL b/utils/perldoc.PL
index 4fff93452f..7839e1f457 100644
--- a/utils/perldoc.PL
+++ b/utils/perldoc.PL
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl
+#!/usr/bin/perl
use Config;
use File::Basename qw(&basename &dirname);
diff --git a/utils/pl2pm.PL b/utils/pl2pm.PL
index 48e281d1a5..14b3efc0d9 100644
--- a/utils/pl2pm.PL
+++ b/utils/pl2pm.PL
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl
+#!/usr/bin/perl
use Config;
use File::Basename qw(&basename &dirname);
diff --git a/utils/splain.PL b/utils/splain.PL
index a638dbae71..d87097edae 100644
--- a/utils/splain.PL
+++ b/utils/splain.PL
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl
+#!/usr/bin/perl
use Config;
use File::Basename qw(&basename &dirname);
diff --git a/win32/bin/search.pl b/win32/bin/search.pl
index ad74001be5..d0b6cbc1c0 100644
--- a/win32/bin/search.pl
+++ b/win32/bin/search.pl
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl -w
+#!/usr/bin/perl -w
'di';
'ig00';
##############################################################################
diff --git a/x2p/find2perl.PL b/x2p/find2perl.PL
index f82b6602e7..54e67e3baa 100644
--- a/x2p/find2perl.PL
+++ b/x2p/find2perl.PL
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl
+#!/usr/bin/perl
use Config;
use File::Basename qw(&basename &dirname);
diff --git a/x2p/s2p.PL b/x2p/s2p.PL
index 7280dd4d80..ab7a4487b4 100644
--- a/x2p/s2p.PL
+++ b/x2p/s2p.PL
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl
+#!/usr/bin/perl
use Config;
use File::Basename qw(&basename &dirname);