Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
HBSD: Fix build
Shawn Webb committed 1 month ago
commit c8be391e42e09631ade782e1d7597e315a2ec77a
parent 783edb60c3fa83f9eb122bdf1d04df6013103a5b
1 file changed +1 -0
modified libpkg/pkg_add.c
@@ -122,6 +122,7 @@ merge_with_external_tool(const char *merge_tool, struct pkg_config_file *lcf,

	char command[MAXPATHLEN];
	int i = 0;
+
	int j = 0;
	for (; *merge_tool != '\0' && i < (int)sizeof(command) - 1; i++, merge_tool++) {
		if (*merge_tool != '%') {
			command[i] = *merge_tool;