Fix verbose output for SBT_ARGS

This commit is contained in:
Eugene Yokota 2019-10-16 10:45:33 -04:00
parent cbe96663e2
commit 546a8b8949
1 changed files with 1 additions and 1 deletions

View File

@ -529,7 +529,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 defined %* ( call :echolist %* )
if not "%*" == "" ( call :echolist %* )
echo.
)