Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Attempt to fix 'pkg info -E'.
Xin Li committed 12 years ago
commit 9f3c14ff8676de8cfcf9e911d5e53c4038974a4f
parent 076e524207c7704359f8cb9727deea2628c6dea5
1 file changed +1 -1
modified pkg/utils.c
@@ -240,7 +240,7 @@ print_info(struct pkg * const pkg, uint64_t options)
	if (pkg_type(pkg) == PKG_INSTALLED && (options & INFO_LOCKED) != 0)
		show_locks = true;

-
	if (!quiet) {
+
	if (!quiet || options == INFO_TAG_NAMEVER) {
		/* Print a tag-line identifying the package -- either
		   NAMEVER, ORIGIN or NAME (in that order of
		   preference).  This may be the only output from this