Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
HBSD: Fix build
Shawn Webb committed 21 days ago
commit c8be391e42e09631ade782e1d7597e315a2ec77a
parent 783edb6
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;