From: Simon Ruderich Date: Sun, 10 Mar 2013 21:40:58 +0000 (+0100) Subject: setup.sh: Add set -e. X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=43c920771edb6c465a3f21541bf6e4137ed9e023 setup.sh: Add set -e. --- diff --git a/setup.sh b/setup.sh index 2747b92..e2e1edd 100755 --- a/setup.sh +++ b/setup.sh @@ -18,6 +18,8 @@ # along with this program. If not, see . +set -e + . ../lib.sh if installed git; then