Skip to content

Commit d722986

Browse files
author
dtrg
committed
Added the appropriate #! magic at the beginning of shell scripts. (Some modern shells don't like scripts to be without it.)
1 parent 1ed24ca commit d722986

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

TakeAction

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/bin/sh
2+
13
case $# in
24
0) PAR='make install && make clean' ; CMD=Action ;;
35
1) PAR="$1" ; CMD=Action ;;

util/ncgg/cvtkeywords

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1+
#!/bin/sh
12
: '$Id$'
3+
24
grep '^#' y.tab.h >tokendefs
35
ed -s $1 <<'!Funky!Stuff!'
46
g/^#/d

util/opt/testopt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1+
#!/bin/sh
12
: '$Id$'
3+
24
while true
35
do
46
(echo ' mes 2,2,2

0 commit comments

Comments
 (0)