mirror of https://github.com/sbt/sbt.git
Fix verbose output for SBT_ARGS
This commit is contained in:
parent
cbe96663e2
commit
546a8b8949
|
|
@ -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.
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue