From 7feba65c508f3a7bc5d9e2750f6fef6a83b7e946 Mon Sep 17 00:00:00 2001 From: Mark Mine Date: Sat, 23 Feb 2002 17:50:40 +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 d790df440b..e6c3f12bd8 100755 --- a/direct/src/directscripts/runPythonEmacs +++ b/direct/src/directscripts/runPythonEmacs @@ -42,6 +42,10 @@ if [ "$BARTOP" ]; then BARTOP=`cygpath -w $BARTOP` export BARTOP fi +if [ "$TTRADER" ]; then + TTRADER=`cygpath -w $TTRADER` + export TTRADER +fi if [ "$WINTOOLS" ]; then WINTOOLS=`cygpath -w $WINTOOLS` export WINTOOLS