From 0e7d822d16959581789e75a73649b8500bd86d3c Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Tue, 14 Jun 2011 11:14:24 +0200 Subject: [PATCH] re-add set -e to cdist-config Signed-off-by: Nico Schottelius --- bin/cdist-config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/cdist-config b/bin/cdist-config index fb5b4be9..dc901295 100644 --- a/bin/cdist-config +++ b/bin/cdist-config @@ -24,6 +24,9 @@ __cdist_version="1.7.0" # Fail if something bogus is going on set -u +# Fail if exited non-zero as well +set -e + ################################################################################ # cconf standard vars prefixed with cdist