Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
install: respect -q
Baptiste Daroussin committed 22 days ago
commit 5a92867d8a21926f225bccebcd407dc88d0b0787
parent 4979c19
1 file changed +1 -1
modified src/install.c
@@ -313,7 +313,7 @@ exec_install(int argc, char **argv)
			}
			pkg_free(lpkg);
		}
-
		if (!suggested)
+
		if (!suggested && !quiet)
			printf("The most recent versions of packages are already installed\n");
	}