Is there a way of getting "set -o pipefail" to be inherited from a shell to its subshell? Or does each subshell have to set it again?
- set -o pipefail inherited? Dan Stromberg
- Re: set -o pipefail inherited? Chet Ramey
Is there a way of getting "set -o pipefail" to be inherited from a shell to its subshell? Or does each subshell have to set it again?