mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-06-02 07:31:43 +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);
|
Msg.error(CommandProcessor.class, "Repository not found: " + repName);
|
||||||
System.exit(-1);
|
System.exit(-1);
|
||||||
}
|
}
|
||||||
|
if (repName.contains(" ")) {
|
||||||
|
args[i] = "\"" + repName + "\"";
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user