diff options
Diffstat (limited to 'gnu/usr.bin/perl/Porting/config_h.pl')
-rwxr-xr-x | gnu/usr.bin/perl/Porting/config_h.pl | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/gnu/usr.bin/perl/Porting/config_h.pl b/gnu/usr.bin/perl/Porting/config_h.pl index cf69b2ad320..0042526b16a 100755 --- a/gnu/usr.bin/perl/Porting/config_h.pl +++ b/gnu/usr.bin/perl/Porting/config_h.pl @@ -3,7 +3,10 @@ # This script reorders config_h.SH after metaconfig # Changing metaconfig is too complicated # -# Copyright (C) 2005-2007 by H.Merijn Brand (m)'07 [18-04-2007] +# This script is run just after metaconfig, and it +# is run ONLY ONCE. Not to be used afterwards +# +# Copyright (C) 2005-2012 by H.Merijn Brand (m)'12 [22-09-2012] # # You may distribute under the terms of either the GNU General Public # License or the Artistic License, as specified in the README file. @@ -68,6 +71,8 @@ push @ch, ";;\nesac\n"; open $ch, "> $cSH" or die "Cannot write $cSH: $!\n"; print $ch <<EOW; +#!/bin/sh +# # THIS IS A GENERATED FILE # DO NOT HAND-EDIT # |