`set -e` in bash makes me smile.
No, really. I write things like `foo=$(bar || :)` to appease it when `bar` may fail.
No, really. I write things like `foo=$(bar || :)` to appease it when `bar` may fail.
Comments