Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Fix pkg rquery alwas print index like output
Baptiste Daroussin committed 12 years ago
commit 66e6bcf0f24436a7464a1929ade4983baab32f00
parent ea7e23ee673a4b2596a1af0bf39000d0617ce061
1 file changed +1 -1
modified pkg/rquery.c
@@ -110,7 +110,7 @@ exec_rquery(int argc, char **argv)
	bool auto_update;
	bool onematched = false;
	bool old_quiet;
-
	bool index_output = true;
+
	bool index_output = false;

	pkg_config_bool(PKG_CONFIG_REPO_AUTOUPDATE, &auto_update);