Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Return EX_OK is no vulnerabilities were found (fixes #331)
Baptiste Daroussin committed 13 years ago
commit ff8d525496239b74a21301465235e7ce6b705317
parent 41c8593
1 file changed +3 -0
modified pkg/audit.c
@@ -424,6 +424,9 @@ exec_audit(int argc, char **argv)
		}
	}

+
	if (ret == EPKG_END && vuln == 0)
+
		ret = EX_OK;
+

	printf("%u problem(s) in your installed packages found.\n", vuln);

cleanup: