Replaced comment char '#' with '!'.
Some shells use # as a comment char.
This commit is contained in:
parent
1694c10f39
commit
91b39c7df7
|
@ -19,7 +19,7 @@ RETC=0
|
|||
do
|
||||
eval set $LINE
|
||||
case x"$1" in
|
||||
x#*) ;;
|
||||
x!*) ;;
|
||||
xname) SYS="$2"
|
||||
ACTION='make $PAR'
|
||||
DIR=.
|
||||
|
|
Loading…
Reference in a new issue