Searched hist:149933 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/bin/sh/
H A Deval.cdiff 149933 Sat Sep 10 06:25:28 MDT 2005 stefanf 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

Completed in 40 milliseconds