confz

git mirror of https://ccx.te2000.cz/bzr/confz
git clone https://ccx.te2000.cz/git/confz
Log | Files | Refs

commit ad05621bdccf5a4d7c7de67a4785c0226679f3e3
parent 1e300f3837555c1e1a6076010e0bb285e9bcfe1c
Author: Jan Pobrislo <ccx@webprojekty.cz>
Date:   Fri, 22 Feb 2019 05:02:32 +0100

fix typo
Diffstat:
Mbin/confz | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/confz b/bin/confz @@ -214,7 +214,7 @@ require() { else if (($verbose)); then print -r - "$confz_indent$fg[cyan]*$fg[default] reason: ${fail_reason:-error $check_ret}" - (($+functions[confz_${name}_do)) && \ + (($+functions[confz_${name}_do])) && \ typeset -f -t confz_${name}_do fi confz_do "${do_command[@]}" "$@"