Hacker News new | ask | show | jobs
by tomjakubowski 3372 days ago
"Abort command if variables are unset" is the -u flag, not -e. Both were mentioned long ago in this thread, but GP was talking about -e being painful for interactive shells. Imagine an interactive shell exiting as soon as a user's command failed!
1 comments

> Imagine an interactive shell exiting as soon as a user's command failed!

Hardcore mode.