Jean-Sébastien Pédron 01a43bcf7b sh: Fix execution of multiple statements in a trap when evalskip is set
Before this fix, only the first statement of the trap was executed if
evalskip was set. This is for example the case when:
    o  "-e" is set for this shell
    o  a trap is set on EXIT
    o  a function returns 1 and causes the script to abort

Reviewed by:	jilles
MFC after:	2 weeks
2012-01-16 11:07:46 +00:00
..
2012-01-06 00:56:31 +00:00
2012-01-13 15:40:49 +00:00
2011-12-30 00:04:11 +00:00
2011-12-30 00:04:11 +00:00
2009-01-22 06:21:30 +00:00
2011-12-30 00:04:11 +00:00

$FreeBSD$

This directory tree contains tools used for the maintenance and
testing of FreeBSD.  There is no toplevel Makefile structure since
these tools are not meant to be built as part of the standard system,
though there may be individual Makefiles in some of the subdirs.

Please read the README files in the subdirs for further information.