mirror of https://github.com/mirror/busybox.git
sigh
parent
a92877403a
commit
e78fe2414b
|
@ -58,10 +58,10 @@ extern int which_main(int argc, char **argv)
|
||||||
}
|
}
|
||||||
|
|
||||||
while(argc-- > 0) {
|
while(argc-- > 0) {
|
||||||
|
char *buf;
|
||||||
path_n = path_list;
|
path_n = path_list;
|
||||||
argv++;
|
argv++;
|
||||||
found = 0;
|
found = 0;
|
||||||
char *buf;
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Check if we were given the full path, first.
|
* Check if we were given the full path, first.
|
||||||
|
|
Loading…
Reference in New Issue