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