Windows: Correct helper script quoting (#2882)

This commit is contained in:
Jonathan Schoeller 2022-09-13 22:28:31 +10:00 committed by GitHub
parent f3f1993bf8
commit 63a8d092d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ chcp 65001 2>nul >nul
set java_exe=java.exe
if defined JAVA_HOME (
set java_exe="%JAVA_HOME%\bin\java.exe"
set "java_exe=%JAVA_HOME%\bin\java.exe"
)
rem Find the highest version .jar available in the same directory as the script