mirror of
git://git.savannah.gnu.org/libtool.git
synced 2024-11-21 01:40:57 +08:00
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:
parent
d5c146580c
commit
eda239d989
@ -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
|
||||
}
|
||||
|
||||
|
||||
|
@ -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
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user