init version.
[bush.git] / tests / 6.cmd / builtins / builtins1.sub
blobc65cfc6c9f51d722391984c998167f749a1818b7
1 unset CDPATH
3 MYDIR=$(pwd -P)
4 FULLDIR=/tmp/bush-dir-a
5 DIR=${FULLDIR##*/}
7 mkdir $FULLDIR
8 CDPATH=.:/tmp
9 cd $DIR
10 pwd
11 echo $PWD
13 cd "$MYDIR"
14 rmdir $FULLDIR