donnemartin / donnemartin/dev-setup
For all installation scripts, exit immediately if a command exits with a non-zero status
Open
enhancement
help wanted
- Dominant language
- Python
- Stars
- 6.3k
- Forks
- 1.1k
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.