Fixed small bug of goto
This commit is contained in:
parent
c929268580
commit
6ab2574379
|
@ -178,8 +178,8 @@ if %readytestbefore% == Y goto nowtestingtime
|
||||||
if %readytestbefore% == N goto start
|
if %readytestbefore% == N goto start
|
||||||
if %readytestbefore% == y goto nowtestingtime
|
if %readytestbefore% == y goto nowtestingtime
|
||||||
if %readytestbefore% == n goto start
|
if %readytestbefore% == n goto start
|
||||||
if %installtestbefore% == I goto installpath
|
if %readytestbefore% == I goto installpath
|
||||||
if %installtestbefore% == i goto installpath
|
if %readytestbefore% == i goto installpath
|
||||||
|
|
||||||
:nowtestingtime
|
:nowtestingtime
|
||||||
title Testing time...
|
title Testing time...
|
||||||
|
|
Loading…
Reference in New Issue