mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-26 06:56:09 +08:00
Merge remote-tracking branch
'origin/GP-2852_dev747368_fix_svrAdmin_spaces_in_repo_name_patch' into patch (Closes #4750)
This commit is contained in:
@@ -456,6 +456,9 @@ public class ServerAdmin implements GhidraLaunchable {
|
||||
Msg.error(CommandProcessor.class, "Repository not found: " + repName);
|
||||
System.exit(-1);
|
||||
}
|
||||
if (repName.contains(" ")) {
|
||||
args[i] = "\"" + repName + "\"";
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user