From b24a6ff2cb6109f2b5193b767b60e24ab009f371 Mon Sep 17 00:00:00 2001 From: Mark Mine Date: Wed, 25 Jun 2003 01:45:58 +0000 Subject: [PATCH] for MRM tree --- direct/src/directscripts/runPythonEmacs | 5 +++++ direct/src/showbase/ppython | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/direct/src/directscripts/runPythonEmacs b/direct/src/directscripts/runPythonEmacs index 51bd283aec..5b92855b16 100755 --- a/direct/src/directscripts/runPythonEmacs +++ b/direct/src/directscripts/runPythonEmacs @@ -75,6 +75,11 @@ if [ "$PARALLAX" ]; then PARALLAX=`cygpath -w $PARALLAX` export PARALLAX fi +if [ "$MRM" ]; then + if [ "$debug" ]; then echo "MRM $MRM"; fi + MRM=`cygpath -w $MRM` + export MRM +fi if [ "$WINTOOLS" ]; then if [ "$debug" ]; then echo "WINTOOLS $WINTOOLS"; fi WINTOOLS=`cygpath -w $WINTOOLS` diff --git a/direct/src/showbase/ppython b/direct/src/showbase/ppython index 3bc4c47066..e8fa6c247c 100755 --- a/direct/src/showbase/ppython +++ b/direct/src/showbase/ppython @@ -69,6 +69,10 @@ if [ "$PARALLAX" ]; then PARALLAX=`cygpath -w $PARALLAX` export PARALLAX fi +if [ "$MRM" ]; then + MRM=`cygpath -w $MRM` + export MRM +fi if [ "$TTMODELS" ]; then TTMODELS=`cygpath -w $TTMODELS` export TTMODELS