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
|
${DD-:} $CDIR $i
|
||||||
CDIR=$CDIR/$i
|
CDIR=$CDIR/$i
|
||||||
export CDIR
|
export CDIR
|
||||||
exec /usr/em/distr/dwalk
|
exec /proj/em/distr/dwalk
|
||||||
else
|
else
|
||||||
echo ++ Could not access $CDIR/$i
|
echo ++ Could not access $CDIR/$i
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -2,7 +2,7 @@ case $# in
|
||||||
1) ;;
|
1) ;;
|
||||||
*) echo $0 directory ; exit 1 ;;
|
*) echo $0 directory ; exit 1 ;;
|
||||||
esac
|
esac
|
||||||
DDIR=/usr/em/distr
|
DDIR=/proj/em/distr
|
||||||
case $1 in
|
case $1 in
|
||||||
/*) DESTDIR=$1 ;;
|
/*) DESTDIR=$1 ;;
|
||||||
*) DESTDIR=`pwd`/$1 ;;
|
*) DESTDIR=`pwd`/$1 ;;
|
||||||
|
|
Loading…
Add table
Reference in a new issue