fix perl shebangs and add executable bit

This commit is contained in:
Michele Guerini Rocco 2019-05-15 16:59:40 +02:00
parent 60052b2f16
commit 4058a9c931
Signed by: rnhmjoj
GPG Key ID: 91BE884FBA4B591A
6 changed files with 6 additions and 6 deletions

2
tools/bootstrap Normal file → Executable file
View File

@ -1,4 +1,4 @@
#!/usr/bin/perl -s #!/usr/bin/env perl -s
# #
# bootstrap -- Simpler version of unmunge for bootstrapping # bootstrap -- Simpler version of unmunge for bootstrapping
# #

2
tools/bootstrap2 Normal file → Executable file
View File

@ -1,4 +1,4 @@
#!/usr/bin/perl -s #!/usr/bin/env perl -s
# #
# bootstrap2 -- Second stage bootstrapper, a version of unmunge # bootstrap2 -- Second stage bootstrapper, a version of unmunge
# #

2
tools/makemanifest Normal file → Executable file
View File

@ -1,4 +1,4 @@
#!/usr/bin/perl #!/usr/bin/env perl
$fileNum = 0; $fileNum = 0;
while(<>) while(<>)

2
tools/psgen Normal file → Executable file
View File

@ -1,4 +1,4 @@
#!/usr/bin/perl #!/usr/bin/env perl
# #
# psgen -- Postscript generator for code portion of source books # psgen -- Postscript generator for code portion of source books
# #

2
tools/sortpages Normal file → Executable file
View File

@ -1,4 +1,4 @@
#!/usr/bin/perl #!/usr/bin/env perl
# #
# $Id: sortpages,v 1.8 1997/12/11 19:20:58 mhw Exp $ # $Id: sortpages,v 1.8 1997/12/11 19:20:58 mhw Exp $
# #

2
tools/yapp Normal file → Executable file
View File

@ -1,4 +1,4 @@
#!/usr/bin/perl #!/usr/bin/env perl
# #
# Yet another preprocessor # Yet another preprocessor
# #