Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Really fix
Baptiste Daroussin committed 11 years ago
commit 019f757353b52f2e54484f71dcc1d2cd3b8c26ec
parent 318091a
1 file changed +1 -1
modified src/register.c
@@ -320,7 +320,7 @@ exec_register(int argc, char **argv)

	retcode = pkg_add_port(db, pkg, input_path, location, testing_mode);

-
	if (!legacy && retcode != EPKG_OK && pkg_has_message(pkg))
+
	if (!legacy && retcode == EPKG_OK && pkg_has_message(pkg))
		pkg_printf("%M\n", pkg);

	pkg_free(pkg);