K 10 svn:author V 6 jilles K 8 svn:date V 27 2012-01-22T14:00:33.003785Z K 7 svn:log V 207 sh: Fix $? in the first command of a 'for'. In the first command of a 'for', $? should be the exit status of the last pipeline (command substitution in the word list or command before 'for'), not always 0. END