corrected some

This commit is contained in:
ceriel
1988-04-18 10:13:57 +00:00
parent aceac9a5ea
commit 8c69e4fc51
7 changed files with 34 additions and 34 deletions

View File

@@ -1,4 +1,5 @@
: ${CDIR=.}
${DD-:} $CDIR
${DF-:} $CDIR .distr
if test ! -r $DESTDIR/$CDIR/.distr
then
@@ -11,10 +12,9 @@ do
then
( if cd $i
then
${DD-:} $CDIR $i
CDIR=$CDIR/$i
export CDIR
exec /proj/em/distr/dwalk
exec /proj/em/Work/distr/dwalk
else
echo ++ Could not access $CDIR/$i
fi