otp support

This commit is contained in:
Joe Shochet 2004-04-07 17:40:27 +00:00
parent d2dbbe9625
commit 469b2e6a3f
2 changed files with 9 additions and 0 deletions

View File

@ -35,6 +35,11 @@ if [ "$DIRECT" ]; then
DIRECT=`cygpath -w $DIRECT`
export DIRECT
fi
if [ "$OTP" ]; then
if [ "$debug" ]; then echo "OTP $OTP"; fi
OTP=`cygpath -w $OTP`
export OTP
fi
if [ "$TOONTOWN" ]; then
if [ "$debug" ]; then echo "TOONTOWN $TOONTOWN"; fi
TOONTOWN=`cygpath -w $TOONTOWN`

View File

@ -45,6 +45,10 @@ if [ "$DIRECT" ]; then
DIRECT=`cygpath -w $DIRECT`
export DIRECT
fi
if [ "$OTP" ]; then
OTP=`cygpath -w $OTP`
export OTP
fi
if [ "$TOONTOWN" ]; then
TOONTOWN=`cygpath -w $TOONTOWN`
export TOONTOWN