Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
info: remove redundant testing of 'quiet'
Baptiste Daroussin committed 2 months ago
commit e4e19cff98896e902da574041584e75f97b6f5fa
parent aa6ffb75ec411384b1952f1a4cc3248baeb2a3cd
1 file changed +1 -1
modified src/info.c
@@ -445,7 +445,7 @@ exec_info(int argc, char **argv)
		if (argc == 1 && !origin_search && !quiet && !e_flag &&
		    match == MATCH_GLOB &&
		    strcspn(pkgname, "*[]{}()") == strlen(pkgname) &&
-
		    opt == INFO_TAG_NAMEVER && !quiet)
+
		    opt == INFO_TAG_NAMEVER)
			opt |= INFO_FULL;

		query_flags = info_flags(opt, false);