when getopts prints "unknown option" or "requires argument", it should
authorderaadt <deraadt@openbsd.org>
Fri, 24 Dec 2021 22:08:37 +0000 (22:08 +0000)
committerderaadt <deraadt@openbsd.org>
Fri, 24 Dec 2021 22:08:37 +0000 (22:08 +0000)
commit12854997a4908b4da3fb40631684f79a89e38b6e
tree1e60756ea6c065d83dfd36e24191ecee67857a87
parentdab39b64f6c5dfa2ab57382c5ae6b4b78a6bb757
when getopts prints "unknown option" or "requires argument", it should
not print the shell script line number where this occured.  Doing so is
pointless, or an information leak.
This change does not affect any other error reporting.
ok millert
bin/ksh/misc.c