*** empty log message ***

This commit is contained in:
Joe Shochet 2002-01-09 23:43:47 +00:00
parent d80b6bf93b
commit 6ffd3977f0

View File

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