jilles 7b50330e01 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.
2011-04-25 20:54:12 +00:00
..
2011-02-21 09:01:34 +00:00
2011-02-12 20:28:15 +00:00
2011-02-21 16:03:39 +00:00
2011-03-15 22:22:11 +00:00
2011-02-04 16:40:50 +00:00
2011-03-15 22:22:11 +00:00
2011-03-15 22:22:11 +00:00
2010-09-13 01:29:51 +00:00