Browse Source

pmodels to pmockup

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

+ 4 - 4
direct/src/directscripts/runPythonEmacs

@@ -115,10 +115,10 @@ if [ "$TTMODELS" ]; then
 fi
 
 # Pirates models
-if [ "$PMODELS" ]; then
-    if [ "$debug" ]; then echo "PMODELS  $PMODELS"; fi
-    PMODELS=`cygpath -w $PMODELS`
-    export PMODELS
+if [ "$PMOCKUP" ]; then
+    if [ "$debug" ]; then echo "PMOCKUP  $PMOCKUP"; fi
+    PMOCKUP=`cygpath -w $PMOCKUP`
+    export PMOCKUP
 fi
 
 if [ "$BARMODELS" ]; then