Hacker News new | ask | show | jobs
by yorwba 3274 days ago

  set -o pipefail -o errexit
Add more options to taste.
1 comments

https://stackoverflow.com/questions/29532904/bash-subshell-e...

Not pipefail as such, but Bash's error handling semantics (or lack there of) is pretty lame.