mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
add bartop
This commit is contained in:
parent
6ffd3977f0
commit
a1f850d470
@ -49,6 +49,10 @@ if [ "$TOONTOWN" ]; then
|
|||||||
TOONTOWN=`cygpath -w $TOONTOWN`
|
TOONTOWN=`cygpath -w $TOONTOWN`
|
||||||
export TOONTOWN
|
export TOONTOWN
|
||||||
fi
|
fi
|
||||||
|
if [ "$BARTOP" ]; then
|
||||||
|
BARTOP=`cygpath -w $BARTOP`
|
||||||
|
export BARTOP
|
||||||
|
fi
|
||||||
|
|
||||||
# Export the proper home environment variable
|
# Export the proper home environment variable
|
||||||
HOME=`cygpath -w $HOME`
|
HOME=`cygpath -w $HOME`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user