From 6ffd3977f09f0d4b9978d49ed84b820d9bfc9835 Mon Sep 17 00:00:00 2001 From: Joe Shochet Date: Wed, 9 Jan 2002 23:43:47 +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 ad786256a8..139c711bdc 100755 --- a/direct/src/directscripts/runPythonEmacs +++ b/direct/src/directscripts/runPythonEmacs @@ -38,6 +38,10 @@ if [ "$TOONTAG" ]; then TOONTAG=`cygpath -w $TOONTAG` export TOONTAG fi +if [ "$BARTOP" ]; then + BARTOP=`cygpath -w $BARTOP` + export BARTOP +fi if [ "$WINTOOLS" ]; then WINTOOLS=`cygpath -w $WINTOOLS` export WINTOOLS