several changes

This commit is contained in:
ceriel
1990-07-30 14:32:43 +00:00
parent 3c10a60011
commit 09d156b96a
6 changed files with 12 additions and 33 deletions

View File

@@ -7,10 +7,6 @@ else
fi
${DF-:} $CDIR .distr
if test ! -r $DESTDIR/$CDIR/.distr
then
( cd $DESTDIR/$CDIR; make .distr ) >/dev/null 2>&1
fi
if test ! -r $DESTDIR/$CDIR/.distr
then
echo ++ no .distr in $CDIR
exit 0
@@ -23,7 +19,7 @@ do
then
CDIR=$CDIR/$i
export CDIR
exec /proj/em/Work/distr/dwalk $*
exec $DDIR/dwalk $*
else
echo ++ Could not access $CDIR/$i
fi