=== modified file 'bin/confz' --- bin/confz 2014-06-19 18:41:28 +0000 +++ bin/confz 2014-06-19 18:38:30 +0000 @@ -136,12 +136,12 @@ confz_check_fail $name if (($check_only)); then - # if (($verbose)); then - # print "re-running check with xtrace" - # set +x - # confz_${name}_check - # set -x - # fi + if (($verbose)); then + print "re-running check with xtrace" + set +x + confz_${name}_check + set -x + fi die "$name: check failed with error $check_ret" else confz_do "${do_command[@]}" "$@"