donnemartin/dev-setup
For all installation scripts, exit immediately if a command exits with a non-zero status
Offen
#25 geöffnet am 29.05.2016
enhancementhelp wanted
Repository-Metriken
- Stars
- (6.264 Sterne)
- PR-Merge-Metriken
- (PR-Metriken ausstehend)
Beschreibung
it's important for a script to exit immediately if a command exits with a non-zero status, otherwise results are unpredictable.
this can be achieved by adding set -e at the beginning of all bash scripts