From 75979255d1b040e8d792e09c1587dceae333332d Mon Sep 17 00:00:00 2001 From: ceriel Date: Mon, 23 Mar 1987 21:01:36 +0000 Subject: [PATCH] Replaced comment char '#' with '!'. Some shells use # as a comment char. --- TakeAction | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TakeAction b/TakeAction index 082a8083..f7b3ac8e 100755 --- a/TakeAction +++ b/TakeAction @@ -19,7 +19,7 @@ RETC=0 do eval set $LINE case x"$1" in - x#*) ;; + x!*) ;; xname) SYS="$2" ACTION='make $PAR' DIR=.