Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Comparing to 0 is more proper here instead of EX_OK due to lack of using WEXITSTATUS() on the return code.
Bryan Drewery committed 12 years ago
commit 0bc7f49888623c6693f688844cc83aa419381179
parent a7cae08
1 file changed +1 -1
modified libpkg/pkg_repo.c
@@ -493,7 +493,7 @@ cmd_sign(char *path, char **argv, int argc, struct sbuf **sig, struct sbuf **cer
			sbuf_bcat(buf, line, linelen);
	}

-
	if (pclose(fp) != EX_OK) {
+
	if (pclose(fp) != 0) {
		ret = EPKG_FATAL;
		goto done;
	}