mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 00:04:14 -05:00
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.
3 lines
25 B
Text
3 lines
25 B
Text
# $FreeBSD$
|
|
|
|
: `false` &
|