Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Fix pkg-repo signing_command so it works with single word commands
Bryan Drewery committed 12 years ago
commit 18b9cf8c6fc1c42b7fb9677bf6e802717c49cb6c
parent c7daa20
1 file changed +1 -1
modified libpkg/pkg_repo.c
@@ -527,7 +527,7 @@ pack_db(const char *name, const char *archive, char *path, struct rsa_key *rsa,
		}

		free(sigret);
-
	} else if (argc > 1) {
+
	} else if (argc >= 1) {
		if (cmd_sign(path, argv, argc, &sig, &pub) != EPKG_OK) {
			packing_finish(pack);
			unlink(path);