fix perl shebangs and add executable bit
This commit is contained in:
parent
60052b2f16
commit
4058a9c931
2
tools/bootstrap
Normal file → Executable file
2
tools/bootstrap
Normal file → Executable file
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/perl -s
|
||||
#!/usr/bin/env perl -s
|
||||
#
|
||||
# bootstrap -- Simpler version of unmunge for bootstrapping
|
||||
#
|
||||
|
2
tools/bootstrap2
Normal file → Executable file
2
tools/bootstrap2
Normal file → Executable file
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/perl -s
|
||||
#!/usr/bin/env perl -s
|
||||
#
|
||||
# bootstrap2 -- Second stage bootstrapper, a version of unmunge
|
||||
#
|
||||
|
2
tools/makemanifest
Normal file → Executable file
2
tools/makemanifest
Normal file → Executable file
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/perl
|
||||
#!/usr/bin/env perl
|
||||
|
||||
$fileNum = 0;
|
||||
while(<>)
|
||||
|
2
tools/psgen
Normal file → Executable file
2
tools/psgen
Normal file → Executable file
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/perl
|
||||
#!/usr/bin/env perl
|
||||
#
|
||||
# psgen -- Postscript generator for code portion of source books
|
||||
#
|
||||
|
2
tools/sortpages
Normal file → Executable file
2
tools/sortpages
Normal file → Executable 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 $
|
||||
#
|
||||
|
2
tools/yapp
Normal file → Executable file
2
tools/yapp
Normal file → Executable file
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/perl
|
||||
#!/usr/bin/env perl
|
||||
#
|
||||
# Yet another preprocessor
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user