CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/12/24 15:08:37
Modified files:
bin/ksh : misc.c
Log message:
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
