Fixed again to work with 'indir'
authorceriel <none@none>
Fri, 29 Apr 1988 09:15:01 +0000 (09:15 +0000)
committerceriel <none@none>
Fri, 29 Apr 1988 09:15:01 +0000 (09:15 +0000)
TakeAction

index db35d4a..658f276 100755 (executable)
@@ -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 ;;