From 3c6d9645b41f53e51110a5b0a490453d2807860e Mon Sep 17 00:00:00 2001 From: Joe Shochet Date: Mon, 26 Nov 2001 23:41:42 +0000 Subject: [PATCH] *** empty log message *** --- direct/src/directscripts/runPythonEmacs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/direct/src/directscripts/runPythonEmacs b/direct/src/directscripts/runPythonEmacs index 840bc3e8bb..ad786256a8 100755 --- a/direct/src/directscripts/runPythonEmacs +++ b/direct/src/directscripts/runPythonEmacs @@ -34,6 +34,10 @@ if [ "$TOONTOWN" ]; then TOONTOWN=`cygpath -w $TOONTOWN` export TOONTOWN fi +if [ "$TOONTAG" ]; then + TOONTAG=`cygpath -w $TOONTAG` + export TOONTAG +fi if [ "$WINTOOLS" ]; then WINTOOLS=`cygpath -w $WINTOOLS` export WINTOOLS