diff options
author | Father Chrysostomos <sprout@cpan.org> | 2012-09-22 13:17:20 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-09-22 13:17:20 -0700 |
commit | 9f28af372a4d984772308b4168df9e439f19ca5e (patch) | |
tree | 28b5e1f68a9f0f7a8ccbf2f780d74ab681e76488 /config_h.SH | |
parent | 6551c42c6e7c8aa2cd0eb3aaaec900dd7f4dc703 (diff) | |
download | perl-9f28af372a4d984772308b4168df9e439f19ca5e.tar.gz |
Add a #! line to config_h.SH
It will get one automatically the next time config_h.pl is run, but
that time hasn’t come yet. :-)
Diffstat (limited to 'config_h.SH')
-rwxr-xr-x | config_h.SH | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config_h.SH b/config_h.SH index 3267fee808..dfb57b5365 100755 --- a/config_h.SH +++ b/config_h.SH @@ -1,3 +1,5 @@ +#!/bin/sh +# # THIS IS A GENERATED FILE # DO NOT HAND-EDIT # |