Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
pkg info -q <apackage> should show nothing
Baptiste Daroussin committed 12 years ago
commit 519bf7316d3f87157847074f81def9c95864e512
parent cebb529
1 file changed +1 -1
modified pkg/info.c
@@ -341,7 +341,7 @@ exec_info(int argc, char **argv)
		 * only show full version in case of match glob with a single argument specified
		 * which does not contains any glob pattern
		 */
-
		if (argc == 1 && !origin_search &&
+
		if (argc == 1 && !origin_search && !quiet &&
		    match == MATCH_GLOB &&
		    strcspn(pkgname, "*[]{}()") == strlen(pkgname) &&
		    opt == INFO_TAG_NAMEVER)