Browse Source

Added the appropriate #! magic at the beginning of shell scripts. (Some modern shells don't like scripts to be without it.)

dtrg 18 years ago
parent
commit
cf4417431f
2 changed files with 4 additions and 0 deletions
  1. 2 0
      util/cpp/make.tokcase
  2. 2 0
      util/cpp/make.tokfile

+ 2 - 0
util/cpp/make.tokcase

@@ -1,3 +1,5 @@
+#!/bin/sh
+
 cat <<'--EOT--'
 #include "Lpars.h"
 

+ 2 - 0
util/cpp/make.tokfile

@@ -1,3 +1,5 @@
+#!/bin/sh
+
 sed '
 /{[A-Z]/!d
 s/.*{//