mirror of https://github.com/sbt/sbt.git
Merge pull request #298 from sbt/eed3si9n-patch-1
Fix typo around continue/quit
This commit is contained in:
commit
cbe96663e2
|
|
@ -414,7 +414,7 @@ if not defined sbt_args_sbt_create if not defined sbt_args_print_version if not
|
||||||
echo c^) continue
|
echo c^) continue
|
||||||
echo q^) quit
|
echo q^) quit
|
||||||
|
|
||||||
set /P reply=?^
|
set /P reply=^?
|
||||||
if /I "!reply!" == "c" (
|
if /I "!reply!" == "c" (
|
||||||
goto confirm_end
|
goto confirm_end
|
||||||
) else if /I "!reply!" == "q" (
|
) else if /I "!reply!" == "q" (
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue