=== modified file 'bin/confz' --- bin/confz 2014-06-19 16:58:23 +0000 +++ bin/confz 2014-06-19 16:51:38 +0000 @@ -13,13 +13,13 @@ # helper that prints out error message and exits die() { - print -r - "$fg_bold[red]*$reset_color $@" >&2 + print -r - "$fg[red]*$fg[default] $@" >&2 exit 1 } # trace-printing helpers confz_check_start() { - print -r - "${confz_indent}checking $fg_bold[default]$1$reset_color ${(@q)argv[2,-1]} ${reset_color}[" + print -r - "${confz_indent}checking $fg_bold$1$fg_no_bold ${(@q)argv[2,-1]} $fg[black][$reset_color" confz_indent+=" " } @@ -106,7 +106,7 @@ if confz_${name}_check "$@"; then confz_check_ok $name else - confz_check_fail $name + confz_check_fail confz_do "${do_command[@]}" "$@" fi fi