re-add set -e to cdist-config

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-06-14 11:14:24 +02:00
parent cda6c24799
commit 0e7d822d16
1 changed files with 3 additions and 0 deletions

View File

@ -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