Merge pull request #202 from sbt/wip/windows2

Remove double quotes around rtexport
This commit is contained in:
Dale Wijnand 2017-12-19 07:20:45 +00:00 committed by GitHub
commit cb6bae6c45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"