David Rose 24 anni fa
parent
commit
a1f850d470
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. 4 0
      direct/src/showbase/ppython

+ 4 - 0
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`