Browse Source

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

dtrg 17 years ago
parent
commit
d722986e66
3 changed files with 6 additions and 0 deletions
  1. 2 0
      TakeAction
  2. 2 0
      util/ncgg/cvtkeywords
  3. 2 0
      util/opt/testopt

+ 2 - 0
TakeAction

@@ -1,3 +1,5 @@
+#!/bin/sh
+
 case $# in
 0)	PAR='make install && make clean' ; CMD=Action ;;
 1)	PAR="$1" ; CMD=Action ;;

+ 2 - 0
util/ncgg/cvtkeywords

@@ -1,4 +1,6 @@
+#!/bin/sh
 : '$Id$'
+
 grep '^#' y.tab.h >tokendefs
 ed -s $1 <<'!Funky!Stuff!'
 g/^#/d

+ 2 - 0
util/opt/testopt

@@ -1,4 +1,6 @@
+#!/bin/sh
 : '$Id$'
+
 while true
 do
   (echo ' mes 2,2,2