summaryrefslogtreecommitdiff
path: root/shell/lash.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/lash.c')
-rw-r--r--shell/lash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/lash.c b/shell/lash.c
index c28a1034a..d4dba8e63 100644
--- a/shell/lash.c
+++ b/shell/lash.c
@@ -1524,7 +1524,7 @@ int lash_main(int argc_l, char **argv_l)
1524 } 1524 }
1525 } 1525 }
1526 1526
1527 opt = getopt32(argc_l, argv_l, "+ic:", &local_pending_command); 1527 opt = getopt32(argv_l, "+ic:", &local_pending_command);
1528#define LASH_OPT_i (1<<0) 1528#define LASH_OPT_i (1<<0)
1529#define LASH_OPT_c (1<<1) 1529#define LASH_OPT_c (1<<1)
1530 if (opt & LASH_OPT_c) { 1530 if (opt & LASH_OPT_c) {