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:
extempore 2011-06-21 04:29:03 +00:00
parent 7de44fab17
commit b2cd9a5c64
1 changed files with 1 additions and 1 deletions

View File

@ -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"
)
)