aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-12-08 20:50:30 +0000
committerEric Andersen <andersen@codepoet.org>2000-12-08 20:50:30 +0000
commitf21aa843896a8c3b8aef8534b90ae7687112f0e2 (patch)
treec27163d1eccfe3d1df589d4f2d9ece70511a6d31
parenteb4218d0a4b3f96a61ddd89726b0214630c87769 (diff)
downloadbusybox-w32-f21aa843896a8c3b8aef8534b90ae7687112f0e2.tar.gz
busybox-w32-f21aa843896a8c3b8aef8534b90ae7687112f0e2.tar.bz2
busybox-w32-f21aa843896a8c3b8aef8534b90ae7687112f0e2.zip
Put in i to getopt, so i will work...
-rw-r--r--lash.c2
-rw-r--r--sh.c2
-rw-r--r--shell/lash.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/lash.c b/lash.c
index 4b1ae6d27..07715d4e3 100644
--- a/lash.c
+++ b/lash.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;
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;
diff --git a/shell/lash.c b/shell/lash.c
index 4b1ae6d27..07715d4e3 100644
--- a/shell/lash.c
+++ b/shell/lash.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;