* gl/build-aux/funclib.sh (func_error): Move the prefix indent
before $tc_standout to avoid bright red inverse spaces.
* 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
}