commit f959426a85a6b2f549518fb2ed42c4579d1956cb parent 808693ad80ed9f44569172517383f658e8cb603f Author: Jan Pobrislo <ccx@webprojekty.cz> Date: Thu, 19 Jun 2014 20:41:28 +0200 auto-xtrace makes no sense like this :S Diffstat:
| M | bin/confz | | | 12 | ++++++------ |
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/bin/confz b/bin/confz @@ -136,12 +136,12 @@ require() { 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[@]}" "$@"