diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2017-12-24 21:14:43 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2017-12-24 21:14:43 +0200 |
commit | fcd243fb130b6b4424c26d279772f286a9cdde84 (patch) | |
tree | cdd250280e18e3619d47e8d89ba6e74d65cfbe93 /main.c | |
parent | 4d67b233411caaf127ae64545a4da89ce0c49cac (diff) | |
download | egawk-fcd243fb130b6b4424c26d279772f286a9cdde84.tar.gz egawk-fcd243fb130b6b4424c26d279772f286a9cdde84.tar.bz2 egawk-fcd243fb130b6b4424c26d279772f286a9cdde84.zip |
Make -L option's argument optional.
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1443,7 +1443,7 @@ parse_args(int argc, char **argv) /* * The + on the front tells GNU getopt not to rearrange argv. */ - const char *optlist = "+F:f:v:W;bcCd::D::e:E:ghi:l:L:nNo::Op::MPrSstVYZ:"; + const char *optlist = "+F:f:v:W;bcCd::D::e:E:ghi:l:L::nNo::Op::MPrSstVYZ:"; int old_optind; int c; char *scan; |