Fix Windows script

This commit is contained in:
eugene yokota 2017-04-08 23:35:20 -07:00
parent 70ad35ebb6
commit bd18a0c2c6
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ exit /B 1
:copyrt
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"
set /p java9_ext= < "%TEMP%.\rtext.txt"