summaryrefslogtreecommitdiff
path: root/Policy_sh.SH
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 /Policy_sh.SH
parent67f552ad8995545cbbefd32a85ca93d9d1345940 (diff)
downloadperl-1f00b0d68b2ebb8ceb0fa6a2ac68f41b2a0203c8.tar.gz
add shebangs where missing
Diffstat (limited to 'Policy_sh.SH')
-rwxr-xr-xPolicy_sh.SH2
1 files changed, 2 insertions, 0 deletions
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