Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Forgot to save file while reworking globals.
Vsevolod Stakhov committed 11 years ago
commit 9e0696f63bfb4c1ddcb72c11fed6d4876faa78dd
parent 680c5a3
1 file changed +0 -8
modified src/version.c
@@ -667,7 +667,6 @@ exec_version(int argc, char **argv)
	const char	*portsdir;
	const char	*indexfile;
	char		 filebuf[MAXPATHLEN];
-
	bool		 auto_update;
	match_t		 match = MATCH_ALL;
	char		*pattern = NULL;
	int		 ch;
@@ -695,13 +694,6 @@ exec_version(int argc, char **argv)
		{ NULL,			0,			NULL,	0   },
	};

-
	auto_update = pkg_object_bool(pkg_config_get("REPO_AUTOUPDATE"));
-

-
        /* Set default case sensitivity for searching */
-
        pkgdb_set_case_sensitivity(
-
                pkg_object_bool(pkg_config_get("CASE_SENSITIVE_MATCH"))
-
                );
-

	while ((ch = getopt_long(argc, argv, "Ce:g:hIiL:l:O:oPqRr:TtUvx:",
				 longopts, NULL)) != -1) {
		switch (ch) {