Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
sbuf_finish() is proper here, sbuf_done() just checks if it is finished
Bryan Drewery committed 11 years ago
commit db99874abf3220a4e9aac92a2312ed133b77891b
parent f09448da7fa9b532b8ad46aafcfd2555f6fe371d
1 file changed +1 -1
modified libpkg/pkg_repo_create.c
@@ -836,7 +836,7 @@ pkg_repo_sign(char *path, char **argv, int argc, struct sbuf **sig, struct sbuf
		else
			sbuf_printf(cmd, " %s ", argv[i]);
	}
-
	sbuf_done(cmd);
+
	sbuf_finish(cmd);

	if ((fp = popen(sbuf_data(cmd), "r+")) == NULL) {
		ret = EPKG_FATAL;