add shebangs where missing

This commit is contained in:
Sawyer X 2012-09-22 15:48:09 +03:00 committed by Father Chrysostomos
parent 67f552ad89
commit 1f00b0d68b
9 changed files with 16 additions and 0 deletions

View File

@ -1,3 +1,5 @@
#!/bin/sh
case $PERL_CONFIG_SH in
'')
if test -f config.sh

View File

@ -1,3 +1,5 @@
#!/bin/sh
case $PERL_CONFIG_SH in
'') . ./config.sh ;;
esac

View File

@ -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

View File

@ -1,3 +1,5 @@
#!/bin/sh
case $PERL_CONFIG_SH in
'')
if test -f config.sh; then TOP=.;

View File

@ -1,3 +1,5 @@
#!/bin/sh
case $PERL_CONFIG_SH in
'')
if test -f config.sh; then TOP=.;

View File

@ -1,3 +1,4 @@
#!perl
package CharClass::Matcher;
use strict;
use 5.008;

View File

@ -1,3 +1,5 @@
#!/bin/sh
case $PERL_CONFIG_SH in
'')
if test ! -f config.sh; then

View File

@ -1,3 +1,5 @@
#!/bin/sh
case $PERL_CONFIG_SH in
'')
if test -f config.sh; then TOP=.;

View File

@ -1,3 +1,5 @@
#!/bin/sh
case $PERL_CONFIG_SH in
'')
if test -f config.sh; then TOP=.;