From 7c291c2637556b4f8b3ae1503e7457eecc064215 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sun, 17 Mar 2013 16:43:47 +0100 Subject: [PATCH] setup.sh: Add set -e. --- setup.sh | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.44.1