From ab001f55971c993f319a92a04cb85507c071b7c6 Mon Sep 17 00:00:00 2001 From: eugene yokota Date: Tue, 15 Oct 2019 12:21:07 -0400 Subject: [PATCH] Fix typo around continue/quit Fixes https://github.com/sbt/sbt/issues/5188 --- src/universal/bin/sbt.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/universal/bin/sbt.bat b/src/universal/bin/sbt.bat index 8ed637529..050cef76d 100755 --- a/src/universal/bin/sbt.bat +++ b/src/universal/bin/sbt.bat @@ -414,7 +414,7 @@ if not defined sbt_args_sbt_create if not defined sbt_args_print_version if not echo c^) continue echo q^) quit - set /P reply=?^ + set /P reply=^? if /I "!reply!" == "c" ( goto confirm_end ) else if /I "!reply!" == "q" (