* gl/build-aux/funclib.sh (func_error): Indent 'error' prefix by
two additional spaces to line up nicely with 'warning' and
'running'.
* bootstrap: Regenerate.
Signed-off-by: Gary V. Vaughan <gary@gnu.org>
$require_term_colors
- func_echo_infix_1 "$tc_standout${tc_red}error$tc_reset" "$*" >&2
+ func_echo_infix_1 "$tc_standout${tc_red} error$tc_reset" "$*" >&2
}
$require_term_colors
- func_echo_infix_1 "$tc_standout${tc_red}error$tc_reset" "$*" >&2
+ func_echo_infix_1 "$tc_standout${tc_red} error$tc_reset" "$*" >&2
}