Fixed again to work with 'indir'

This commit is contained in:
ceriel 1988-04-29 09:15:01 +00:00
parent a3e39fe309
commit 578b8fd103

View file

@ -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 ;;