K 10 svn:author V 6 jilles K 8 svn:date V 27 2011-04-25T20:54:12.300340Z K 7 svn:log V 326 sh: Set $? to 0 for background commands. For backgrounded pipelines and subshells, the previous value of $? was being preserved, which is incorrect. For backgrounded simple commands containing a command substitution, the status of the last command substitution was returned instead of 0. If fork() fails, this is an error. END