donnemartin/dev-setup

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

Open

#25 opened on 2016年5月29日

GitHub で見る
 (2 comments) (0 reactions) (0 assignees)Python (5,984 stars) (1,162 forks)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

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

For all installation scripts, exit immediately if a command exits with a non-zero status · donnemartin/dev-setup#25 | Good First Issue