Index: ossp-pkg/due/.due/due.cd.sh RCS File: /v/ossp/cvs/ossp-pkg/due/.due/due.cd.sh,v rcsdiff -q -kk '-r1.3' '-r1.4' -u '/v/ossp/cvs/ossp-pkg/due/.due/due.cd.sh,v' 2>/dev/null --- due.cd.sh 2004/10/22 19:32:52 1.3 +++ due.cd.sh 2004/11/24 16:29:49 1.4 @@ -64,11 +64,11 @@ DIRSTACKREV=() fi - # adjust the command-line prompt with new $PWD (always) - PS1="\\u@\\h:$PWD\n\\\$ " - - # adjust the X11 terminal window title with new $PWD (optional) if [ ".$BASH_INTERACTIVE" = .yes ]; then + # adjust the command-line prompt with new $PWD (always) + PS1="\\u@\\h:$PWD\n\\\$ " + + # adjust the X11 terminal window title with new $PWD (optional) case "$TERM" in xterm | xterm-* ) echo -n $'\e]0;'"$USER@$HOSTNAME:$PWD"$'\cg'