usr --> proj
authorceriel <none@none>
Thu, 16 Apr 1987 13:57:54 +0000 (13:57 +0000)
committerceriel <none@none>
Thu, 16 Apr 1987 13:57:54 +0000 (13:57 +0000)
distr/dwalk
distr/mktree

index 9835e3d..ec9cc3a 100755 (executable)
@@ -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
index df22298..56fbcff 100644 (file)
@@ -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 ;;