add ttmodels

This commit is contained in:
David Rose 2002-08-06 15:41:40 +00:00
parent a33194e89f
commit 5f6cc0d434

View File

@ -57,6 +57,10 @@ if [ "$TTRADER" ]; then
TTRADER=`cygpath -w $TTRADER`
export TTRADER
fi
if [ "$TTMODELS" ]; then
TTMODELS=`cygpath -w $TTMODELS`
export TTMODELS
fi
# Export the proper home environment variable
HOME=`cygpath -w $HOME`