donnemartin/dev-setup

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

Open

#25 建立於 2016年5月29日

在 GitHub 查看
 (2 留言) (0 反應) (0 負責人)Python (5,984 star) (1,162 fork)batch import
enhancementhelp wanted

描述

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

貢獻者指南