aboutsummaryrefslogtreecommitdiff
path: root/sh.c
diff options
context:
space:
mode:
Diffstat (limited to 'sh.c')
-rw-r--r--sh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sh.c b/sh.c
index 4b1ae6d27..07715d4e3 100644
--- a/sh.c
+++ b/sh.c
@@ -1490,7 +1490,7 @@ int shell_main(int argc_l, char **argv_l)
1490 } 1490 }
1491 } 1491 }
1492 1492
1493 while ((opt = getopt(argc_l, argv_l, "cx")) > 0) { 1493 while ((opt = getopt(argc_l, argv_l, "cxi")) > 0) {
1494 switch (opt) { 1494 switch (opt) {
1495 case 'c': 1495 case 'c':
1496 input = NULL; 1496 input = NULL;