Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Really fix
Baptiste Daroussin committed 11 years ago
commit 019f757353b52f2e54484f71dcc1d2cd3b8c26ec
parent 318091ab9b75d8a6e284db14c65ab40c73a78d5b
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);