Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Fix pkg rquery alwas print index like output
Baptiste Daroussin committed 12 years ago
commit 66e6bcf0f24436a7464a1929ade4983baab32f00
parent ea7e23e
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);