K 10 svn:author V 6 jilles K 8 svn:date V 27 2012-01-15T20:04:05.588978Z K 7 svn:log V 304 sh: Fix two bugs with case and exit status: * If no pattern is matched, POSIX says the exit status shall be 0 (even if there are command substitutions). * If a pattern is matched and there are no command substitutions, the first command should see the $? from before the case command, not always 0. END