Updated for GWMODELS.

This commit is contained in:
Jason Yeung 2004-05-28 21:36:35 +00:00
parent 4433a98233
commit fb3d7ec622

View File

@ -111,6 +111,13 @@ if [ "$PMOCKUP" ]; then
export PMOCKUP
fi
# Gateway models
if [ "$GWMODELS" ]; then
if [ "$debug" ]; then echo "GWMODELS $GWMODELS"; fi
GWMODELS=`cygpath -w $GWMODELS`
export GWMODELS
fi
# Export the proper home environment variable
HOME=`cygpath -w $HOME`
export HOME