add shebangs where missing
authorSawyer X <xsawyerx@cpan.org>
Sat, 22 Sep 2012 12:48:09 +0000 (15:48 +0300)
committerFather Chrysostomos <sprout@cpan.org>
Sat, 22 Sep 2012 18:56:32 +0000 (11:56 -0700)
Makefile.SH
Policy_sh.SH
Porting/Maintainers.pl
cflags.SH
myconfig.SH
regen/regcharclass.pl
runtests.SH
x2p/Makefile.SH
x2p/cflags.SH

index f83288e..f6a54f5 100755 (executable)
@@ -1,3 +1,5 @@
+#!/bin/sh
+
 case $PERL_CONFIG_SH in
 '')
        if test -f config.sh
index cc310dd..1c99255 100755 (executable)
@@ -1,3 +1,5 @@
+#!/bin/sh
+
 case $PERL_CONFIG_SH in
 '') . ./config.sh ;;
 esac
index e107f71..c9b4752 100755 (executable)
@@ -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
index 6420bf3..899c465 100755 (executable)
--- a/cflags.SH
+++ b/cflags.SH
@@ -1,3 +1,5 @@
+#!/bin/sh
+
 case $PERL_CONFIG_SH in
 '')
        if test -f config.sh; then TOP=.;
index f5b432a..eafc458 100755 (executable)
@@ -1,3 +1,5 @@
+#!/bin/sh
+
 case $PERL_CONFIG_SH in
 '')
        if test -f config.sh; then TOP=.;
index 7d12642..b22a8a9 100755 (executable)
@@ -1,3 +1,4 @@
+#!perl
 package CharClass::Matcher;
 use strict;
 use 5.008;
index bab27e9..24e1ffa 100755 (executable)
@@ -1,3 +1,5 @@
+#!/bin/sh
+
 case $PERL_CONFIG_SH in
 '')
     if test ! -f config.sh; then
index 1df26d5..3f16623 100755 (executable)
@@ -1,3 +1,5 @@
+#!/bin/sh
+
 case $PERL_CONFIG_SH in
 '')
        if test -f config.sh; then TOP=.;
index 255f586..caeb336 100755 (executable)
@@ -1,3 +1,5 @@
+#!/bin/sh
+
 case $PERL_CONFIG_SH in
 '')
        if test -f config.sh; then TOP=.;