diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-10-22 11:36:55 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-10-22 11:36:55 +0000 |
commit | e78fe2414b14ba67e514384f5c100e1fb867bfb6 (patch) | |
tree | 22214ee3f59d1498e9f41c90bea6cb6e3eb3cd30 | |
parent | a92877403ac522d17602ae24782b44a99a268539 (diff) | |
download | busybox-w32-e78fe2414b14ba67e514384f5c100e1fb867bfb6.tar.gz busybox-w32-e78fe2414b14ba67e514384f5c100e1fb867bfb6.tar.bz2 busybox-w32-e78fe2414b14ba67e514384f5c100e1fb867bfb6.zip |
sigh
-rw-r--r-- | debianutils/which.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debianutils/which.c b/debianutils/which.c index 74b922531..27646d520 100644 --- a/debianutils/which.c +++ b/debianutils/which.c | |||
@@ -58,10 +58,10 @@ extern int which_main(int argc, char **argv) | |||
58 | } | 58 | } |
59 | 59 | ||
60 | while(argc-- > 0) { | 60 | while(argc-- > 0) { |
61 | char *buf; | ||
61 | path_n = path_list; | 62 | path_n = path_list; |
62 | argv++; | 63 | argv++; |
63 | found = 0; | 64 | found = 0; |
64 | char *buf; | ||
65 | 65 | ||
66 | /* | 66 | /* |
67 | * Check if we were given the full path, first. | 67 | * Check if we were given the full path, first. |