K 10 svn:author V 7 stefanf K 8 svn:date V 27 2005-09-10T08:25:28.000000Z K 7 svn:log V 283 Pass the EV_TESTED flag to evalloop() and evalfor(). This fixes unwanted termination with set -e if a command fails in a loop body inside a function with an explicitely tested exit status, eg f() { for i in 1 2 3; do false done } f || true Briefly reviewed by: cracauer END