fixes for bugs found by make_single_applets.sh
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
@ -405,9 +405,7 @@ shell_builtin_ulimit(char **argv)
|
||||
*/
|
||||
GETOPT_RESET();
|
||||
|
||||
argc = 1;
|
||||
while (argv[argc])
|
||||
argc++;
|
||||
argc = string_array_len(argv);
|
||||
|
||||
opts = 0;
|
||||
while (1) {
|
||||
|
Reference in New Issue
Block a user