summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSawyer X <xsawyerx@cpan.org>2012-09-22 15:48:09 +0300
committerFather Chrysostomos <sprout@cpan.org>2012-09-22 11:56:32 -0700
commit1f00b0d68b2ebb8ceb0fa6a2ac68f41b2a0203c8 (patch)
treea7ac35ec509d814a2adcd084a9d28f71b11aae01
parent67f552ad8995545cbbefd32a85ca93d9d1345940 (diff)
downloadperl-1f00b0d68b2ebb8ceb0fa6a2ac68f41b2a0203c8.tar.gz
add shebangs where missing
-rwxr-xr-xMakefile.SH2
-rwxr-xr-xPolicy_sh.SH2
-rwxr-xr-xPorting/Maintainers.pl1
-rwxr-xr-xcflags.SH2
-rwxr-xr-xmyconfig.SH2
-rwxr-xr-xregen/regcharclass.pl1
-rwxr-xr-xruntests.SH2
-rwxr-xr-xx2p/Makefile.SH2
-rwxr-xr-xx2p/cflags.SH2
9 files changed, 16 insertions, 0 deletions
diff --git a/Makefile.SH b/Makefile.SH
index f83288e24e..f6a54f5eb7 100755
--- a/Makefile.SH
+++ b/Makefile.SH
@@ -1,3 +1,5 @@
+#!/bin/sh
+
case $PERL_CONFIG_SH in
'')
if test -f config.sh
diff --git a/Policy_sh.SH b/Policy_sh.SH
index cc310dddd1..1c99255dcd 100755
--- a/Policy_sh.SH
+++ b/Policy_sh.SH
@@ -1,3 +1,5 @@
+#!/bin/sh
+
case $PERL_CONFIG_SH in
'') . ./config.sh ;;
esac
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index e107f710e0..c9b47528c3 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -1,3 +1,4 @@
+#!perl
# A simple listing of core files that have specific maintainers,
# or at least someone that can be called an "interested party".
# Also, a "module" does not necessarily mean a CPAN module, it
diff --git a/cflags.SH b/cflags.SH
index 6420bf3916..899c465cac 100755
--- a/cflags.SH
+++ b/cflags.SH
@@ -1,3 +1,5 @@
+#!/bin/sh
+
case $PERL_CONFIG_SH in
'')
if test -f config.sh; then TOP=.;
diff --git a/myconfig.SH b/myconfig.SH
index f5b432ad31..eafc4586ba 100755
--- a/myconfig.SH
+++ b/myconfig.SH
@@ -1,3 +1,5 @@
+#!/bin/sh
+
case $PERL_CONFIG_SH in
'')
if test -f config.sh; then TOP=.;
diff --git a/regen/regcharclass.pl b/regen/regcharclass.pl
index 7d126428ef..b22a8a9325 100755
--- a/regen/regcharclass.pl
+++ b/regen/regcharclass.pl
@@ -1,3 +1,4 @@
+#!perl
package CharClass::Matcher;
use strict;
use 5.008;
diff --git a/runtests.SH b/runtests.SH
index bab27e9fec..24e1ffaf34 100755
--- a/runtests.SH
+++ b/runtests.SH
@@ -1,3 +1,5 @@
+#!/bin/sh
+
case $PERL_CONFIG_SH in
'')
if test ! -f config.sh; then
diff --git a/x2p/Makefile.SH b/x2p/Makefile.SH
index 1df26d5816..3f16623e98 100755
--- a/x2p/Makefile.SH
+++ b/x2p/Makefile.SH
@@ -1,3 +1,5 @@
+#!/bin/sh
+
case $PERL_CONFIG_SH in
'')
if test -f config.sh; then TOP=.;
diff --git a/x2p/cflags.SH b/x2p/cflags.SH
index 255f586f24..caeb336632 100755
--- a/x2p/cflags.SH
+++ b/x2p/cflags.SH
@@ -1,3 +1,5 @@
+#!/bin/sh
+
case $PERL_CONFIG_SH in
'')
if test -f config.sh; then TOP=.;