Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
format_exec_cmd: fix a regression introduced 4 years ago
Baptiste Daroussin committed 2 years ago
commit 7594291ac0ad4e5096866a95b1dba4b3f7a677ba
parent 961d455
1 file changed +1 -1
modified libpkg/utils.c
@@ -237,7 +237,7 @@ format_exec_cmd(char **dest, const char *in, const char *prefix,
				ptr++;
			else
				ptr = plist_file;
-
			fprintf(buf->fp, "%s", cp);
+
			fprintf(buf->fp, "%s", ptr);
			break;
		case 'B':
			if (plist_file == NULL || plist_file[0] == '\0') {