Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Uselessly initialize path to please gcc 4.2
Baptiste Daroussin committed 11 years ago
commit b86f733b49902c23e06f00520aa7fa5f8fb1a4cc
parent 2885a5293c3ba6b56c5fbc8cb1f7a37bd4951c84
1 file changed +2 -0
modified src/which.c
@@ -74,6 +74,8 @@ exec_which(int argc, char **argv)
		{ NULL,			0,		NULL,	0   },
	};

+
	path = NULL;
+

	while ((ch = getopt_long(argc, argv, "+gopq", longopts, NULL)) != -1) {
		switch (ch) {
		case 'g':