aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2017-12-24 21:14:43 +0200
committerArnold D. Robbins <arnold@skeeve.com>2017-12-24 21:14:43 +0200
commitfcd243fb130b6b4424c26d279772f286a9cdde84 (patch)
treecdd250280e18e3619d47e8d89ba6e74d65cfbe93 /main.c
parent4d67b233411caaf127ae64545a4da89ce0c49cac (diff)
downloadegawk-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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 2590b75b..300df7e8 100644
--- a/main.c
+++ b/main.c
@@ -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;