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