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-01-16 16:41:59 +00:00
2005-06-14 08:25:54 +00:00
2005-01-27 13:25:09 +00:00
2005-02-13 23:45:54 +00:00
2005-09-05 04:36:08 +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-01-16 16:41:59 +00:00
2005-01-10 08:39:26 +00:00
2005-01-16 16:41:59 +00:00
2005-02-09 17:37:39 +00:00
2005-01-16 16:41:59 +00:00
2005-02-09 17:37:39 +00:00
2005-04-17 23:22:22 +00:00
2005-01-10 08:39:26 +00:00
2005-01-16 16:41:59 +00:00
2005-02-13 22:25:33 +00:00
2005-09-06 20:14:39 +00:00
2005-02-09 17:37:39 +00:00
2005-09-05 04:36:08 +00:00
2005-03-12 06:38:01 +00:00
2005-04-29 11:10:27 +00:00
2005-02-09 17:37:39 +00:00
2005-02-13 22:25:33 +00:00
2005-01-16 16:41:59 +00:00
2005-02-09 17:37:39 +00:00
2005-06-10 06:12:53 +00:00
2005-05-31 12:57:44 +00:00
2005-02-09 17:37:39 +00:00
2005-09-10 08:19:58 +00:00
2005-08-07 09:11:38 +00:00
2005-05-26 06:57:57 +00:00
2005-01-10 08:39:26 +00:00
2005-01-10 08:39:26 +00:00
2005-09-07 07:49:21 +00:00
2005-03-02 11:53:22 +00:00
2004-12-21 09:59:45 +00:00