*** empty log message ***

This commit is contained in:
Joe Shochet 2001-11-26 23:41:42 +00:00
parent 88e7a9637d
commit 3c6d9645b4
1 changed files with 4 additions and 0 deletions

View File

@ -34,6 +34,10 @@ if [ "$TOONTOWN" ]; then
TOONTOWN=`cygpath -w $TOONTOWN`
export TOONTOWN
fi
if [ "$TOONTAG" ]; then
TOONTAG=`cygpath -w $TOONTAG`
export TOONTAG
fi
if [ "$WINTOOLS" ]; then
WINTOOLS=`cygpath -w $WINTOOLS`
export WINTOOLS