mirror of https://github.com/sbt/sbt.git
Fix missing placeholder `INIT_SBT_VERSION'
This commit is contained in:
parent
ab3de739d7
commit
a602ed760e
|
|
@ -53,6 +53,8 @@ rem We use the value of the JAVA_OPTS environment variable if defined, rather th
|
|||
set _JAVA_OPTS=%JAVA_OPTS%
|
||||
if "%_JAVA_OPTS%"=="" set _JAVA_OPTS=%CFG_OPTS%
|
||||
|
||||
set INIT_SBT_VERSION=
|
||||
|
||||
:args_loop
|
||||
if "%~1" == "" goto args_end
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue