phyver / GameShell

a game to learn (or teach) how to use standard commands in a Unix shell
GNU General Public License v3.0
2.17k stars 138 forks source link

explore benefits (if any) of using `set -e` in `mission_source` #26

Closed phyver closed 3 years ago

phyver commented 3 years ago

see title

phyver commented 3 years ago

That won't work, mission source is supposed to be executed in the main shell. With set -e, any command that fails would exit the main shell and quit GameShell!