Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Fix pkg-repo signing_command so it works with single word commands
Bryan Drewery committed 12 years ago
commit 18b9cf8c6fc1c42b7fb9677bf6e802717c49cb6c
parent c7daa20f7f6e84a71e82d8b6a9f2d38f1de1e774
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);