confz

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

commit 0cd7abb6faa3850a262399b61525868f80109dd5
parent 92ddeee46af075d917bdc291ffba4402fb28950e
Author: Jan Pobrislo <ccx@webprojekty.cz>
Date:   Thu, 19 Jun 2014 21:06:53 +0200

add mising colon
Diffstat:
Mbin/confz | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/confz b/bin/confz @@ -145,7 +145,7 @@ require() { # 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 @@ require() { 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