do not exit implicitly via set -e anymore
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
2b955b09bc
commit
fe68c5b556
1 changed files with 0 additions and 3 deletions
|
@ -27,9 +27,6 @@ __cdist_version="1.8.0"
|
||||||
# Fail if something bogus is going on
|
# Fail if something bogus is going on
|
||||||
set -u
|
set -u
|
||||||
|
|
||||||
# Fail if exited non-zero as well
|
|
||||||
set -e
|
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
# cconf standard vars prefixed with cdist
|
# cconf standard vars prefixed with cdist
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue