Quoted the windows runner path so "c:\program files (x86)" has some
chance of working. Closes #4636, no review. git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@25124 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
This commit is contained in:
parent
7de44fab17
commit
b2cd9a5c64
|
@ -21,7 +21,7 @@ set _JAVACMD=%JAVACMD%
|
|||
|
||||
if "%_JAVACMD%"=="" (
|
||||
if not "%JAVA_HOME%"=="" (
|
||||
if exist "%JAVA_HOME%\bin\java.exe" set _JAVACMD=%JAVA_HOME%\bin\java.exe
|
||||
if exist "%JAVA_HOME%\bin\java.exe" set "_JAVACMD=%JAVA_HOME%\bin\java.exe"
|
||||
)
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue