argc has already been decremented
This commit is contained in:
parent
cb920d9778
commit
4a77c781ef
@ -160,8 +160,9 @@ int busybox_main(int argc, char **argv)
|
|||||||
|
|
||||||
/* Flag that we've been here already */
|
/* Flag that we've been here already */
|
||||||
been_there_done_that = 1;
|
been_there_done_that = 1;
|
||||||
|
|
||||||
return (main(argc-1, argv+1));
|
/* Move the command line down a notch */
|
||||||
|
return (main(argc, argv+1));
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user