Browse Source

*** empty log message ***

Joe Shochet 25 years ago
parent
commit
c945e46f8b
1 changed files with 9 additions and 8 deletions
  1. 9 8
      direct/src/directscripts/runPythonEmacs

+ 9 - 8
direct/src/directscripts/runPythonEmacs

@@ -39,15 +39,16 @@ if [ "$WINTOOLS" ]; then
     export WINTOOLS
     export WINTOOLS
 fi
 fi
 
 
-if [ "DMODELS" ]; then
-    DMODELS=`cygpath -w $DMODELS`
-    export DMODELS
-fi
+# Panda does not like the colon in the de-cygpath version of the model trees
+#if [ "DMODELS" ]; then
+#    DMODELS=`cygpath -w $DMODELS`
+#    export DMODELS
+#fi
 
 
-if [ "$TTMODELS" ]; then
-    TTMODELS=`cygpath -w $TTMODELS`
-    export TTMODELS
-fi
+#if [ "$TTMODELS" ]; then
+#    TTMODELS=`cygpath -w $TTMODELS`
+#    export TTMODELS
+#fi