From 91b39c7df7bb4fecc3a9b15e28b86bf1092717d5 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 082a8083f..f7b3ac8e9 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=. -- 2.34.1