mirror of
https://github.com/Perl/perl5.git
synced 2026-01-26 08:38:23 +00:00
add shebangs where missing
This commit is contained in:
parent
67f552ad89
commit
1f00b0d68b
@ -1,3 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
case $PERL_CONFIG_SH in
|
||||
'')
|
||||
if test -f config.sh
|
||||
|
||||
@ -1,3 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
case $PERL_CONFIG_SH in
|
||||
'') . ./config.sh ;;
|
||||
esac
|
||||
|
||||
@ -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
|
||||
|
||||
@ -1,3 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
case $PERL_CONFIG_SH in
|
||||
'')
|
||||
if test -f config.sh; then TOP=.;
|
||||
|
||||
@ -1,3 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
case $PERL_CONFIG_SH in
|
||||
'')
|
||||
if test -f config.sh; then TOP=.;
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
#!perl
|
||||
package CharClass::Matcher;
|
||||
use strict;
|
||||
use 5.008;
|
||||
|
||||
@ -1,3 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
case $PERL_CONFIG_SH in
|
||||
'')
|
||||
if test ! -f config.sh; then
|
||||
|
||||
@ -1,3 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
case $PERL_CONFIG_SH in
|
||||
'')
|
||||
if test -f config.sh; then TOP=.;
|
||||
|
||||
@ -1,3 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
case $PERL_CONFIG_SH in
|
||||
'')
|
||||
if test -f config.sh; then TOP=.;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user