From a1f850d470063da7eae616fa900b5b78d3541c91 Mon Sep 17 00:00:00 2001 From: David Rose Date: Thu, 10 Jan 2002 03:49:15 +0000 Subject: [PATCH] add bartop --- direct/src/showbase/ppython | 4 ++++ 1 file changed, 4 insertions(+) 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`