bootstrap: make error messages prettier.

* 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>
This commit is contained in:
Gary V. Vaughan 2012-10-25 01:15:56 -05:00
parent d5c146580c
commit eda239d989
2 changed files with 2 additions and 2 deletions

View File

@ -604,7 +604,7 @@ func_error ()
$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
}

View File

@ -594,7 +594,7 @@ func_error ()
$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
}