Jilles Tjoelker
03b3a844d0
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
..
2009-10-15 18:17:29 +00:00
2010-10-08 12:40:16 +00:00
2010-06-02 09:34:41 +00:00
2009-09-02 05:26:59 +00:00
2010-06-05 08:50:39 +00:00
2011-02-26 18:54:54 +00:00
2010-06-04 06:56:58 +00:00
2011-02-21 09:01:34 +00:00
2010-11-12 22:43:40 +00:00
2011-02-12 20:28:15 +00:00
2010-09-09 21:59:53 +00:00
2010-06-11 06:04:07 +00:00
2009-06-23 23:30:56 +00:00
2011-02-21 16:03:39 +00:00
2011-03-01 21:48:22 +00:00
2011-03-15 22:22:11 +00:00
2010-03-28 13:16:08 +00:00
2009-09-04 21:49:37 +00:00
2010-08-29 12:17:16 +00:00
2011-02-04 16:40:50 +00:00
2011-04-18 19:20:47 +00:00
2010-04-14 19:08:06 +00:00
2010-03-28 13:16:08 +00:00
2011-03-15 22:22:11 +00:00
2010-02-15 14:07:40 +00:00
2011-04-09 07:42:25 +00:00
2011-04-25 20:54:12 +00:00
2010-08-02 10:59:23 +00:00
2010-11-02 17:00:56 +00:00
2011-03-15 22:22:11 +00:00
2009-10-15 18:17:29 +00:00
2010-09-13 01:29:51 +00:00