Hacker News new | ask | show | jobs
by bombcar 1563 days ago
See the link for examples of bash and posix internals that don’t necessarily operate the way you’d expect.
1 comments

They operate the way I expect. set -e fails when I don't handle the error code of a command. If my script eat it, it doesn't fail. I see no problems here.