From: Simon Ruderich Date: Fri, 14 Dec 2012 23:18:41 +0000 (+0100) Subject: setup.sh: Add set -e. X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=aa9db4c1b656eab6774b5ae1ade7c6f8bb13a01f setup.sh: Add set -e. --- diff --git a/setup.sh b/setup.sh index 041629f..8bb0f44 100755 --- a/setup.sh +++ b/setup.sh @@ -18,6 +18,8 @@ # along with this program. If not, see . +set -e + . ../lib.sh # Helper functions.