aboutsummaryrefslogtreecommitdiff
path: root/sh.c
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-12-08 20:50:30 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-12-08 20:50:30 +0000
commit33fa8eee8c9dcfe5a2a2253f2ecf0ba9fc166772 (patch)
treec27163d1eccfe3d1df589d4f2d9ece70511a6d31 /sh.c
parent524bb8a02bec9b37dd3fc2d0416f9d4feb70e192 (diff)
downloadbusybox-w32-33fa8eee8c9dcfe5a2a2253f2ecf0ba9fc166772.tar.gz
busybox-w32-33fa8eee8c9dcfe5a2a2253f2ecf0ba9fc166772.tar.bz2
busybox-w32-33fa8eee8c9dcfe5a2a2253f2ecf0ba9fc166772.zip
Put in i to getopt, so i will work...
git-svn-id: svn://busybox.net/trunk/busybox@1405 69ca8d6d-28ef-0310-b511-8ec308f3f277
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;