From fb3d7ec622e1b3665bea5d22e2551413c0128877 Mon Sep 17 00:00:00 2001 From: Jason Yeung Date: Fri, 28 May 2004 21:36:35 +0000 Subject: [PATCH] Updated for GWMODELS. --- direct/src/directscripts/runPythonEmacs | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/direct/src/directscripts/runPythonEmacs b/direct/src/directscripts/runPythonEmacs index 8076419dfc..fb086c2998 100755 --- a/direct/src/directscripts/runPythonEmacs +++ b/direct/src/directscripts/runPythonEmacs @@ -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