From eda95d9f55f2f4107b7aef04a95366d4c6d35fee Mon Sep 17 00:00:00 2001 From: andv2 <52604423+andv2@users.noreply.github.com> Date: Mon, 3 Aug 2020 23:16:50 +0200 Subject: [PATCH] Allow white-spaces in GHIDRA_PATH for createPdbXmlFiles.bat --- Ghidra/RuntimeScripts/Windows/support/createPdbXmlFiles.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ghidra/RuntimeScripts/Windows/support/createPdbXmlFiles.bat b/Ghidra/RuntimeScripts/Windows/support/createPdbXmlFiles.bat index d1742d19f5..fff37b2e35 100644 --- a/Ghidra/RuntimeScripts/Windows/support/createPdbXmlFiles.bat +++ b/Ghidra/RuntimeScripts/Windows/support/createPdbXmlFiles.bat @@ -26,7 +26,7 @@ set OS_DIR=build\os :continue 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 if exist "%PROGRAMFILES(X86)%" (