Update src/universal/bin/sbt.bat

Co-Authored-By: Eric Peters <eric@peters.org>
This commit is contained in:
eugene yokota 2019-10-16 11:56:43 -04:00 committed by GitHub
parent 7d7e01015f
commit 3953c80c73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.
)