diff options
Diffstat (limited to 'shell/hush.c')
-rw-r--r-- | shell/hush.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/hush.c b/shell/hush.c index 08e7f5052..b71e1b624 100644 --- a/shell/hush.c +++ b/shell/hush.c | |||
@@ -6461,7 +6461,7 @@ int hush_main(int argc, char **argv) | |||
6461 | /* http://www.opengroup.org/onlinepubs/9699919799/utilities/sh.html */ | 6461 | /* http://www.opengroup.org/onlinepubs/9699919799/utilities/sh.html */ |
6462 | builtin_argc = 0; | 6462 | builtin_argc = 0; |
6463 | while (1) { | 6463 | while (1) { |
6464 | opt = getopt(argc, argv, "c:xins" | 6464 | opt = getopt(argc, argv, "+c:xins" |
6465 | #if !BB_MMU | 6465 | #if !BB_MMU |
6466 | "<:$:R:V:" | 6466 | "<:$:R:V:" |
6467 | # if ENABLE_HUSH_FUNCTIONS | 6467 | # if ENABLE_HUSH_FUNCTIONS |