瀏覽代碼

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

dtrg 18 年之前
父節點
當前提交
3ee71dd844
共有 3 個文件被更改,包括 6 次插入0 次删除
  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