commit | f21aa843896a8c3b8aef8534b90ae7687112f0e2 | [log] [tgz] |
---|---|---|
author | Eric Andersen <andersen@codepoet.org> | Fri Dec 08 20:50:30 2000 +0000 |
committer | Eric Andersen <andersen@codepoet.org> | Fri Dec 08 20:50:30 2000 +0000 |
tree | c27163d1eccfe3d1df589d4f2d9ece70511a6d31 | |
parent | eb4218d0a4b3f96a61ddd89726b0214630c87769 [diff] [blame] |
Put in i to getopt, so i will work...
diff --git a/shell/lash.c b/shell/lash.c index 4b1ae6d..07715d4 100644 --- a/shell/lash.c +++ b/shell/lash.c
@@ -1490,7 +1490,7 @@ } } - while ((opt = getopt(argc_l, argv_l, "cx")) > 0) { + while ((opt = getopt(argc_l, argv_l, "cxi")) > 0) { switch (opt) { case 'c': input = NULL;