From: Simon Ruderich Date: Sun, 17 Mar 2013 15:43:47 +0000 (+0100) Subject: setup.sh: Add set -e. X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=7c291c2637556b4f8b3ae1503e7457eecc064215 setup.sh: Add set -e. --- diff --git a/setup.sh b/setup.sh index f7c41b9..d11e1ca 100755 --- a/setup.sh +++ b/setup.sh @@ -18,6 +18,8 @@ # along with this program. If not, see . +set -e + . ../lib.sh if test x"`os`" = xdarwin; then