K 10 svn:author V 8 dumbbell K 8 svn:date V 27 2012-01-16T11:07:46.047825Z K 7 svn:log V 358 sh: Fix execution of multiple statements in a trap when evalskip is set Before this fix, only the first statement of the trap was executed if evalskip was set. This is for example the case when: o "-e" is set for this shell o a trap is set on EXIT o a function returns 1 and causes the script to abort Reviewed by: jilles MFC after: 2 weeks END