diff options
Diffstat (limited to 'shell/shell_common.c')
-rw-r--r-- | shell/shell_common.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/shell/shell_common.c b/shell/shell_common.c index 2d5c0db0f..c7b5b6122 100644 --- a/shell/shell_common.c +++ b/shell/shell_common.c | |||
@@ -375,9 +375,9 @@ shell_builtin_ulimit(char **argv) | |||
375 | #endif | 375 | #endif |
376 | /* optarg = NULL; opterr = 0; optopt = 0; - do we need this?? */ | 376 | /* optarg = NULL; opterr = 0; optopt = 0; - do we need this?? */ |
377 | 377 | ||
378 | argc = 1; | 378 | argc = 1; |
379 | while (argv[argc]) | 379 | while (argv[argc]) |
380 | argc++; | 380 | argc++; |
381 | 381 | ||
382 | opts = 0; | 382 | opts = 0; |
383 | while (1) { | 383 | while (1) { |