Browse Source

Updated for GWMODELS.

Jason Yeung 21 years ago
parent
commit
fb3d7ec622
1 changed files with 7 additions and 0 deletions
  1. 7 0
      direct/src/directscripts/runPythonEmacs

+ 7 - 0
direct/src/directscripts/runPythonEmacs

@@ -111,6 +111,13 @@ if [ "$PMOCKUP" ]; then
     export PMOCKUP
     export PMOCKUP
 fi
 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
 # Export the proper home environment variable
 HOME=`cygpath -w $HOME`
 HOME=`cygpath -w $HOME`
 export HOME
 export HOME