From: ceriel Date: Thu, 16 Apr 1987 13:57:54 +0000 (+0000) Subject: usr --> proj X-Git-Tag: release-5-5~4197 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=856935a3f6e3b308711e58c616255ba52612c7a5;p=ack.git usr --> proj --- diff --git a/distr/dwalk b/distr/dwalk index 9835e3df5..ec9cc3af0 100755 --- a/distr/dwalk +++ b/distr/dwalk @@ -14,7 +14,7 @@ do ${DD-:} $CDIR $i CDIR=$CDIR/$i export CDIR - exec /usr/em/distr/dwalk + exec /proj/em/distr/dwalk else echo ++ Could not access $CDIR/$i fi diff --git a/distr/mktree b/distr/mktree index df22298a0..56fbcffa2 100644 --- a/distr/mktree +++ b/distr/mktree @@ -2,7 +2,7 @@ case $# in 1) ;; *) echo $0 directory ; exit 1 ;; esac -DDIR=/usr/em/distr +DDIR=/proj/em/distr case $1 in /*) DESTDIR=$1 ;; *) DESTDIR=`pwd`/$1 ;;