After enter set -e in an interactive bash, bash will exit immediately if any command exits with non-zero. How can I undo this effect? Thanks.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
With |
|||||||||||||
|
|
It might be unhandy to use Instead of doing it like this:
you can do it like this:
or, if you want to save keystrokes and don't mind being a little cryptic:
Hope this helps! |
|||
|
|