donnemartin / donnemartin/dev-setup

For all installation scripts, exit immediately if a command exits with a non-zero status

Open
#25 2 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.