diff --git a/direct/src/showbase/ppython b/direct/src/showbase/ppython index 88a5d2181a..26b7edb039 100755 --- a/direct/src/showbase/ppython +++ b/direct/src/showbase/ppython @@ -49,6 +49,10 @@ if [ "$TOONTOWN" ]; then TOONTOWN=`cygpath -w $TOONTOWN` export TOONTOWN fi +if [ "$BARTOP" ]; then + BARTOP=`cygpath -w $BARTOP` + export BARTOP +fi # Export the proper home environment variable HOME=`cygpath -w $HOME`