Modified to add GWMODELS

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

View File

@ -94,6 +94,11 @@ if [ "$PMODELS" ]; then
PMODELS=`cygpath -w $PMODELS`
export PMODELS
fi
# Gateway models
if [ "$GWMODELS" ]; then
GWMODELS=`cygpath -w $GWMODELS`
export GWMODELS
fi
# Export the proper home environment variable
HOME=`cygpath -w "$HOME"`