Browse Source

Fixed reference to dmodels

Mark Mine 22 years ago
parent
commit
0bf3afc215
1 changed files with 1 additions and 1 deletions
  1. 1 1
      direct/src/directscripts/runPythonEmacs

+ 1 - 1
direct/src/directscripts/runPythonEmacs

@@ -87,7 +87,7 @@ if [ "$PANDAAPP" ]; then
 fi
 fi
 
 
 # Panda will now tolerate the colon in the de-cygpath version of the model trees
 # Panda will now tolerate the colon in the de-cygpath version of the model trees
-if [ "DMODELS" ]; then
+if [ "$DMODELS" ]; then
     if [ "$debug" ]; then echo "DMODELS   $DMODELS"; fi
     if [ "$debug" ]; then echo "DMODELS   $DMODELS"; fi
     DMODELS=`cygpath -w $DMODELS`
     DMODELS=`cygpath -w $DMODELS`
     export DMODELS
     export DMODELS