K 10 svn:author V 6 jilles K 8 svn:date V 27 2018-11-09T14:58:24.009305Z K 7 svn:log V 287 sh: Unify EXERROR and EXEXEC The difference between EXERROR and EXEXEC was that EXEXEC passed along exitstatus and EXERROR set exitstatus to 2 in the handling code. By changing the places that raised EXERROR to set exitstatus to 2, the handling of EXERROR and EXEXEC becomes the same. END