need non-error exit code in cdist-object-codegen or it stops the whole execution chain

Signed-off-by: Steven Armstrong <steven.armstrong@inf.ethz.ch>
This commit is contained in:
Steven Armstrong 2011-02-22 22:16:01 +01:00
parent 4098c33f93
commit 5a0f7d6a0e
1 changed files with 4 additions and 0 deletions

View File

@ -52,3 +52,7 @@ cat << eof
eof
[ -x "$gencode" ] && __cdist_exec_fail_on_error "$gencode" "$__cdist_object_id"
# Ensure non-error exit status
exit 0