aboutsummaryrefslogtreecommitdiff
path: root/debianutils/which.c
diff options
context:
space:
mode:
Diffstat (limited to 'debianutils/which.c')
-rw-r--r--debianutils/which.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/debianutils/which.c b/debianutils/which.c
index 1e9d276fd..ccfd16344 100644
--- a/debianutils/which.c
+++ b/debianutils/which.c
@@ -56,8 +56,8 @@ extern int which_main(int argc, char **argv)
while (argc-- > 0) {
char *buf;
char *path_n;
- argv++;
char found = 0;
+ argv++;
/*
* Check if we were given the full path, first.