otp support
This commit is contained in:
parent
d2dbbe9625
commit
469b2e6a3f
|
|
@ -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`
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue