Fixed again to work with 'indir'

This commit is contained in:
ceriel
1988-04-29 09:15:01 +00:00
parent 6cfe20c7dc
commit 561a780366

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