From 3953c80c736e8db7b8e51586785ea07a3d52c03c Mon Sep 17 00:00:00 2001 From: eugene yokota Date: Wed, 16 Oct 2019 11:56:43 -0400 Subject: [PATCH] Update src/universal/bin/sbt.bat Co-Authored-By: Eric Peters --- 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 4bae4f7ad..2fdeb2f43 100755 --- a/src/universal/bin/sbt.bat +++ b/src/universal/bin/sbt.bat @@ -536,7 +536,7 @@ if defined sbt_args_verbose ( if defined _JAVA_OPTS ( call :echolist !_JAVA_OPTS! ) if defined _SBT_OPTS ( call :echolist !_SBT_OPTS! ) echo -cp "!SBT_HOME!\bin\sbt-launch.jar" xsbt.boot.Boot - if not "%*" == "" ( call :echolist %* ) + if not [%~1] == [] ( call :echolist %* ) echo. )