Otherwise we can't find a locally installed copy of `tmpdir'.
HOME=`(set -P; cd $HOME; pwd)`
cd $HOME
HOME=`(set -P; cd $HOME; pwd)`
cd $HOME
-## Establish a temporary directory.
-[ "$TMPDIR" ] || eval `tmpdir -b`
-export TMP=$TMPDIR
-
## CDE's session structure is demented and doesn't leave us with a proper
## logout hook, so synthesize one here.
[ -n "$DT" ] && trap "source $HOME/.bash_logout" EXIT
## CDE's session structure is demented and doesn't leave us with a proper
## logout hook, so synthesize one here.
[ -n "$DT" ] && trap "source $HOME/.bash_logout" EXIT
###--------------------------------------------------------------------------
### Various other kinds of configuration.
###--------------------------------------------------------------------------
### Various other kinds of configuration.
+## Establish a temporary directory.
+[ "$TMPDIR" ] || eval `tmpdir -b`
+export TMP=$TMPDIR
+
## Sensible umask if users have their own groups.
umask 002
## Sensible umask if users have their own groups.
umask 002