do not exit implicitly via set -e anymore

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-09-06 12:24:53 +02:00
parent 2b955b09bc
commit fe68c5b556
1 changed files with 0 additions and 3 deletions

View File

@ -27,9 +27,6 @@ __cdist_version="1.8.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