Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Attempt to fix 'pkg info -E'.
Xin Li committed 12 years ago
commit 9f3c14ff8676de8cfcf9e911d5e53c4038974a4f
parent 076e524
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