add bartop

This commit is contained in:
David Rose 2002-01-10 03:49:15 +00:00
parent 6ffd3977f0
commit a1f850d470

View File

@ -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`