mirror of https://github.com/sbt/sbt.git
Fix Windows script
This commit is contained in:
parent
70ad35ebb6
commit
bd18a0c2c6
|
|
@ -127,7 +127,7 @@ exit /B 1
|
||||||
|
|
||||||
:copyrt
|
:copyrt
|
||||||
if /I "%JAVA_VERSION%" GEQ "9" (
|
if /I "%JAVA_VERSION%" GEQ "9" (
|
||||||
set rtexport=%SBT_HOME%java9-rt-export.jar
|
set rtexport="%SBT_HOME%java9-rt-export.jar"
|
||||||
|
|
||||||
"%_JAVACMD%" %_JAVA_OPTS% %SBT_OPTS% -jar "%rtexport%" --rt-ext-dir > "%TEMP%.\rtext.txt"
|
"%_JAVACMD%" %_JAVA_OPTS% %SBT_OPTS% -jar "%rtexport%" --rt-ext-dir > "%TEMP%.\rtext.txt"
|
||||||
set /p java9_ext= < "%TEMP%.\rtext.txt"
|
set /p java9_ext= < "%TEMP%.\rtext.txt"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue