K 10 svn:author V 7 stefanf K 8 svn:date V 27 2009-05-31T12:36:14.581432Z K 7 svn:log V 328 Fix the eval command in combination with set -e. Before this change the shell would always terminate if eval returned with a non-zero exit status regardless if the status was actually tested. Unfortunately a new file-scope variable is needed, the alternative would only be to add a new parameter to all built-ins. PR: 134881 END