Browse Source

Replaced comment char '#' with '!'.
Some shells use # as a comment char.

ceriel 37 years ago
parent
commit
75979255d1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      TakeAction

+ 1 - 1
TakeAction

@@ -19,7 +19,7 @@ RETC=0
 do
 	eval set $LINE
 	case x"$1" in
-	x#*)	;;
+	x!*)	;;
 	xname)		SYS="$2"
 			ACTION='make $PAR'
 			DIR=.