Allow white-spaces in GHIDRA_PATH for createPdbXmlFiles.bat

This commit is contained in:
andv2 2020-08-03 23:16:50 +02:00 committed by GitHub
parent 1f54ed8a17
commit eda95d9f55
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,7 +26,7 @@ set OS_DIR=build\os
:continue :continue
REM create absolute path REM create absolute path
for /f %%i in ("%GHIDRA_DIR%") do set GHIDRA_DIR=%%~fi for /f "delims=" %%i in ("%GHIDRA_DIR%") do set GHIDRA_DIR=%%~fi
REM Determine if 64-bit or 32-bit REM Determine if 64-bit or 32-bit
if exist "%PROGRAMFILES(X86)%" ( if exist "%PROGRAMFILES(X86)%" (