donnemartin/dev-setup

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

Open

#25 ouverte le 29 mai 2016

Voir sur GitHub
 (2 commentaires) (0 réactions) (0 assignés)Python (1 162 forks)batch import
enhancementhelp wanted

Métriques du dépôt

Stars
 (5 984 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

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

Guide contributeur