From 5ce1b4b61be2c26042cb8eb545d24cf8341e5898 Mon Sep 17 00:00:00 2001 From: l-konov Date: Thu, 11 Jun 2020 16:40:10 +0300 Subject: [PATCH] Fix issue https://github.com/sbt/sbt/issues/5420 --- 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 f063cac4b..58707d340 100755 --- a/src/universal/bin/sbt.bat +++ b/src/universal/bin/sbt.bat @@ -466,7 +466,7 @@ rem top-level directory and the "new" command was not given. if not defined sbt_args_sbt_create if not defined sbt_args_print_version if not defined sbt_args_print_sbt_version if not defined sbt_args_print_sbt_script_version if not exist build.sbt ( if not exist project\ ( if not defined sbt_new ( - echo [warn] Neither build.sbt nor a 'project' directory in the current directory: %CD% + echo [warn] Neither build.sbt nor a 'project' directory in the current directory: "%CD%" setlocal :confirm echo c^) continue