usr --> proj
This commit is contained in:
parent
2ab263265b
commit
856935a3f6
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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 ;;
|
||||
|
|
Loading…
Reference in a new issue