Skip to content

Commit 1f00b0d

Browse files
xsawyerxFather Chrysostomos
authored andcommitted
add shebangs where missing
1 parent 67f552a commit 1f00b0d

File tree

9 files changed

+16
-0
lines changed

9 files changed

+16
-0
lines changed

Makefile.SH

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/bin/sh
2+
13
case $PERL_CONFIG_SH in
24
'')
35
if test -f config.sh

Policy_sh.SH

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/bin/sh
2+
13
case $PERL_CONFIG_SH in
24
'') . ./config.sh ;;
35
esac

Porting/Maintainers.pl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!perl
12
# A simple listing of core files that have specific maintainers,
23
# or at least someone that can be called an "interested party".
34
# Also, a "module" does not necessarily mean a CPAN module, it

cflags.SH

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/bin/sh
2+
13
case $PERL_CONFIG_SH in
24
'')
35
if test -f config.sh; then TOP=.;

myconfig.SH

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/bin/sh
2+
13
case $PERL_CONFIG_SH in
24
'')
35
if test -f config.sh; then TOP=.;

regen/regcharclass.pl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!perl
12
package CharClass::Matcher;
23
use strict;
34
use 5.008;

runtests.SH

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/bin/sh
2+
13
case $PERL_CONFIG_SH in
24
'')
35
if test ! -f config.sh; then

x2p/Makefile.SH

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/bin/sh
2+
13
case $PERL_CONFIG_SH in
24
'')
35
if test -f config.sh; then TOP=.;

x2p/cflags.SH

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/bin/sh
2+
13
case $PERL_CONFIG_SH in
24
'')
35
if test -f config.sh; then TOP=.;

0 commit comments

Comments
 (0)