Stefan Farfeleder 2340828b1e Pass the EV_TESTED flag to the left operand of NSEMI nodes. This fixes
two cases of unwanted termination with set -e:

* if-commands containing several commands separated by semicolons, eg

	if false; false; then [...]

* functions with an explicitely tested exit status that contain a failing
  command which is not the last one, eg

	f() {
		false
		false
	}
	f || true

PR:	77067, 85267
Briefly reviewed by:	cracauer
2005-09-10 08:19:58 +00:00
..
2005-06-14 08:25:54 +00:00
2005-02-13 23:45:54 +00:00
2005-08-03 09:22:03 +00:00
2005-02-13 22:25:33 +00:00
2005-07-28 18:28:11 +00:00
2005-02-13 22:25:33 +00:00
2005-04-29 11:10:27 +00:00
2005-02-13 22:25:33 +00:00
2005-08-07 09:11:38 +00:00
2005-03-02 11:53:22 +00:00
2004-12-21 09:59:45 +00:00