From: ceriel Date: Fri, 29 Apr 1988 09:15:01 +0000 (+0000) Subject: Fixed again to work with 'indir' X-Git-Tag: release-5-5~3296 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=578b8fd10343970e0289ea78a5321af4cd36834f;p=ack.git Fixed again to work with 'indir' --- diff --git a/TakeAction b/TakeAction index db35d4aa5..658f276c5 100755 --- a/TakeAction +++ b/TakeAction @@ -67,7 +67,7 @@ do X= case $ATYPE in indir) - if sh $THISFILE $PAR $ACTION + if sh $THISFILE "$PAR" $ACTION then eval echo $SUCC else RETC=2 ; eval echo $FAIL fi ;;