diff --git a/direct/src/directscripts/runPythonEmacs b/direct/src/directscripts/runPythonEmacs index e1cf46e8b0..51bd283aec 100755 --- a/direct/src/directscripts/runPythonEmacs +++ b/direct/src/directscripts/runPythonEmacs @@ -65,6 +65,11 @@ if [ "$FOURD" ]; then FOURD=`cygpath -w $FOURD` export FOURD fi +if [ "$MRM" ]; then + if [ "$debug" ]; then echo "MRM $MRM"; fi + MRM=`cygpath -w $MRM` + export MRM +fi if [ "$PARALLAX" ]; then if [ "$debug" ]; then echo "PARALLAX $PARALLAX"; fi PARALLAX=`cygpath -w $PARALLAX` diff --git a/direct/src/showbase/ppython b/direct/src/showbase/ppython index c5140fe4fd..3bc4c47066 100755 --- a/direct/src/showbase/ppython +++ b/direct/src/showbase/ppython @@ -61,6 +61,10 @@ if [ "$FOURD" ]; then FOURD=`cygpath -w $FOURD` export FOURD fi +if [ "$MRM" ]; then + MRM=`cygpath -w $MRM` + export MRM +fi if [ "$PARALLAX" ]; then PARALLAX=`cygpath -w $PARALLAX` export PARALLAX