Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Always warn about @dirrm not only in developer mode
Baptiste Daroussin committed 9 years ago
commit b9a3a8018bc930ee09198067dd6cea41c45e5110
parent 1fcafeacb4386fd7ab1f03c1ccd6cd826f101161
1 file changed +2 -3
modified libpkg/pkg_ports.c
@@ -275,9 +275,8 @@ warn_deprecated_dir(void)
		return;
	warned_deprecated_dir = true;

-
	if (developer_mode)
-
		pkg_emit_error("Warning: @dirrm[try] is deprecated, please"
-
		    " use @dir");
+
	pkg_emit_error("Warning: @dirrm[try] is deprecated, please"
+
	    " use @dir");
}

static int