=== modified file 'bin/confz' --- bin/confz 2014-06-19 19:06:53 +0000 +++ bin/confz 2014-06-19 19:03:09 +0000 @@ -145,7 +145,7 @@ # confz_${name}_check # set -x # fi - die "$name: check failed with error $check_ret: $fail_reason" + die "$name: check failed with error $check_ret" $fail_reason else confz_do "${do_command[@]}" "$@" @@ -159,7 +159,7 @@ check_only_prev=$check_only check_only=1 confz_${name}_check "$@" || \ - die "$name: check failed with error $?: $fail_reason" + die "$name: check failed with error $?" $fail_reason confz_check_ok $name check_only=$check_only_prev fi