mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-07-30 07:18:37 -09:00
GP-0: Fixing gradlew.bat spaces issue and making README.md more clear
This commit is contained in:
2
gradlew.bat
vendored
2
gradlew.bat
vendored
@@ -85,7 +85,7 @@ if exist "%APP_HOME%\gradle-wrapper.jar" (
|
||||
)
|
||||
|
||||
@rem Read application properties
|
||||
for /f "tokens=1,2 delims==" %%g in (%GHIDRA_HOME%Ghidra\application.properties) DO (set %%g=%%h)
|
||||
for /f "usebackq tokens=1,2 delims==" %%g in ("%GHIDRA_HOME%Ghidra\application.properties") DO (set %%g=%%h)
|
||||
|
||||
@rem Only proceed with wrapper if we are in single-repo PUBLIC/DEV mode
|
||||
set PROCEED=1
|
||||
|
||||
Reference in New Issue
Block a user