From: ceriel Date: Mon, 23 Mar 1987 21:01:36 +0000 (+0000) Subject: Replaced comment char '#' with '!'. X-Git-Tag: release-5-5~4355 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=91b39c7df7bb4fecc3a9b15e28b86bf1092717d5;p=ack.git Replaced comment char '#' with '!'. Some shells use # as a comment char. --- 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=.