CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/06/15 11:25:19
Modified files:
bin/ksh : main.c
Log message:
Run any pending traps before calling the EXIT or ERR traps when -e
is set. Fixes a bug where we would not run the signal trap if,
for example, ^C was pressed and -e was set. OK espie@
