From 8553a3ce3d5fabe6bd7f58b44998dc2ada72d3f5 Mon Sep 17 00:00:00 2001 From: David Rose Date: Wed, 14 Nov 2001 19:17:32 +0000 Subject: [PATCH] demangle more source trees --- direct/src/directscripts/runPythonEmacs | 26 ++++++++++++++++--------- 1 file changed, 17 insertions(+), 9 deletions(-) diff --git a/direct/src/directscripts/runPythonEmacs b/direct/src/directscripts/runPythonEmacs index d0562a31ed..840bc3e8bb 100755 --- a/direct/src/directscripts/runPythonEmacs +++ b/direct/src/directscripts/runPythonEmacs @@ -38,17 +38,25 @@ if [ "$WINTOOLS" ]; then WINTOOLS=`cygpath -w $WINTOOLS` export WINTOOLS fi +if [ "$PANDATOOL" ]; then + PANDATOOL=`cygpath -w $PANDATOOL` + export PANDATOOL +fi +if [ "$PANDAAPP" ]; then + PANDAAPP=`cygpath -w $PANDAAPP` + export PANDAAPP +fi -# Panda does not like the colon in the de-cygpath version of the model trees -#if [ "DMODELS" ]; then -# DMODELS=`cygpath -w $DMODELS` -# export DMODELS -#fi +# Panda will now tolerate the colon in the de-cygpath version of the model trees +if [ "DMODELS" ]; then + DMODELS=`cygpath -w $DMODELS` + export DMODELS +fi -#if [ "$TTMODELS" ]; then -# TTMODELS=`cygpath -w $TTMODELS` -# export TTMODELS -#fi +if [ "$TTMODELS" ]; then + TTMODELS=`cygpath -w $TTMODELS` + export TTMODELS +fi