K 10 svn:author V 8 dumbbell K 8 svn:date V 27 2012-02-06T13:29:50.803701Z K 7 svn:log V 395 MFC r230212: 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 Sponsored by: Yakaz (http://www.yakaz.com) END