K 10 svn:author V 7 stefanf K 8 svn:date V 27 2005-09-10T08:19:58.000000Z K 7 svn:log V 421 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 END