Fixed small bug of goto

This commit is contained in:
Martin Eesmaa 2022-03-13 13:13:39 +11:00 committed by GitHub
parent c929268580
commit 6ab2574379
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -178,8 +178,8 @@ if %readytestbefore% == Y goto nowtestingtime
if %readytestbefore% == N goto start
if %readytestbefore% == y goto nowtestingtime
if %readytestbefore% == n goto start
if %installtestbefore% == I goto installpath
if %installtestbefore% == i goto installpath
if %readytestbefore% == I goto installpath
if %readytestbefore% == i goto installpath
:nowtestingtime
title Testing time...