*** empty log message ***

This commit is contained in:
Joe Shochet 2001-02-03 01:03:38 +00:00
parent 67873faecb
commit 830421c3cc

View File

@ -39,6 +39,18 @@ if [ "$WINTOOLS" ]; then
export WINTOOLS
fi
if [ "DMODELS" ]; then
DMODELS=`cygpath -w $DMODELS`
export DMODELS
fi
if [ "$TTMODELS" ]; then
TTMODELS=`cygpath -w $TTMODELS`
export TTMODELS
fi
# Export the proper home environment variable
HOME=`cygpath -w $HOME`
export HOME