Modified for 4th distribution

This commit is contained in:
ceriel
1988-08-01 09:00:03 +00:00
parent a6ebcce453
commit 78aed05012
8 changed files with 63 additions and 24 deletions

View File

@@ -1,7 +1,16 @@
: ${CDIR=.}
${DD-:} $CDIR
if [ $# = 1 ]
then
${DD-:} $CDIR $1
else
${DD-:} $CDIR
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
@@ -14,7 +23,7 @@ do
then
CDIR=$CDIR/$i
export CDIR
exec /proj/em/Work/distr/dwalk
exec /proj/em/Work/distr/dwalk $*
else
echo ++ Could not access $CDIR/$i
fi