mirror of https://github.com/sbt/sbt.git
Merge pull request #202 from sbt/wip/windows2
Remove double quotes around rtexport
This commit is contained in:
commit
cb6bae6c45
|
|
@ -129,7 +129,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