mirror of https://github.com/sbt/sbt.git
Update src/universal/bin/sbt.bat
Co-Authored-By: Eric Peters <eric@peters.org>
This commit is contained in:
parent
7d7e01015f
commit
3953c80c73
|
|
@ -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.
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue