Remove double quotes around rtexport

See https://github.com/sbt/sbt/issues/3804#issuecomment-352602666
This commit is contained in:
Eugene Yokota 2017-12-18 22:27:19 -05:00
parent 8ef10aecf5
commit 0e59118ded
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,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"