bug-gawk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-gawk] Command-line -L option always consumes the next token, instea


From: Manuel Collado
Subject: [bug-gawk] Command-line -L option always consumes the next token, instead of an optional one
Date: Sun, 24 Dec 2017 17:16:48 +0100
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.5.0

Unlike --lint, -L always requires an option argument. The bug is probably in:

main.c:1446 const char *optlist = "+F:f:v:W;bcCd::D::e:E:ghi:l:L:nNo::Op::MPrSstVYZ:";

should be:

main.c:1446 const char *optlist = "+F:f:v:W;bcCd::D::e:E:ghi:l:L::nNo::Op::MPrSstVYZ:";

Hope this helps.
--
Manuel Collado - http://lml.ls.fi.upm.es/~mcollado




reply via email to

[Prev in Thread] Current Thread [Next in Thread]