projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a928774
)
sigh
author
Eric Andersen
<andersen@codepoet.org>
Wed, 22 Oct 2003 11:36:55 +0000
(11:36 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Wed, 22 Oct 2003 11:36:55 +0000
(11:36 -0000)
debianutils/which.c
patch
|
blob
|
history
diff --git
a/debianutils/which.c
b/debianutils/which.c
index 74b92253177b8e1e06ff45e3d0e665f8824b6968..27646d520a43784767bc8f93215418e63bd7be49 100644
(file)
--- a/
debianutils/which.c
+++ b/
debianutils/which.c
@@
-58,10
+58,10
@@
extern int which_main(int argc, char **argv)
}
while(argc-- > 0) {
+ char *buf;
path_n = path_list;
argv++;
found = 0;
- char *buf;
/*
* Check if we were given the full path, first.