From d1f9162c8e58ba2c1bb821b46f43d1a3a289ecdc Mon Sep 17 00:00:00 2001 From: Mark Mine Date: Wed, 3 Mar 2004 19:33:12 +0000 Subject: [PATCH] pmodels to pmockup --- direct/src/directscripts/runPythonEmacs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/direct/src/directscripts/runPythonEmacs b/direct/src/directscripts/runPythonEmacs index 5ce8e3d45b..3917596fe8 100755 --- a/direct/src/directscripts/runPythonEmacs +++ b/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