mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-09-07 09:11:15 -09:00
Add one more missing quote around JAVA_CMD
This commit is contained in:
@@ -108,7 +108,7 @@ if "%JAVA_HOME%" == "" (
|
||||
goto exit1
|
||||
)
|
||||
)
|
||||
set JAVA_CMD=%JAVA_HOME%\bin\java
|
||||
set "JAVA_CMD=%JAVA_HOME%\bin\java"
|
||||
|
||||
:: Get the configurable VM arguments from the launch properties
|
||||
for /f "delims=*" %%i in ('java -cp "%LS_CPATH%" LaunchSupport "%INSTALL_DIR%\" -vmargs') do set VMARG_LIST=%VMARG_LIST% %%i
|
||||
|
||||
Reference in New Issue
Block a user