donnemartin/dev-setup

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

Aberta

#25 aberto em 29 de mai. de 2016

 (2 comentários) (0 reação) (0 responsável)Python (1.139 forks)batch import
enhancementhelp wanted

Métricas do repositório

Stars
 (6.264 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

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

Guia do colaborador