donnemartin/dev-setup

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

オープン

#25 opened on 2016/05/29

 (2 件のコメント) (0 件のリアクション) (0 人の担当者)Python (1,139 件のフォーク)batch import
enhancementhelp wanted

Repository metrics

Stars
 (6,264 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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

コントリビューターガイド