CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/12/08 14:03:51
Modified files:
bin/ksh : trap.c
regress/bin/ksh: obsd-regress.t
Log message:
Fix kill [-SIGNAME | -s SIGNAME] and simplify
While the code intended to support both -s NAME and -s SIGNAME, the
tests performed were wrong. Replace convoluted code with less cryptic
conditionals. ok anton@
