*** empty log message ***
This commit is contained in:
parent
88e7a9637d
commit
3c6d9645b4
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue