From: Gary V. Vaughan Date: Thu, 25 Oct 2012 06:15:56 +0000 (-0500) Subject: bootstrap: make error messages prettier. X-Git-Tag: v2.4.2.418~92 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=eda239d9899e81f616cc34c55c84fd2dddc4f2eb;p=thirdparty%2Flibtool.git 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 --- diff --git a/bootstrap b/bootstrap index f9d8b9d2a..6a6fce9a4 100755 --- a/bootstrap +++ b/bootstrap @@ -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 } diff --git a/gl/build-aux/funclib.sh b/gl/build-aux/funclib.sh index 4801b4f01..9d880447d 100644 --- a/gl/build-aux/funclib.sh +++ b/gl/build-aux/funclib.sh @@ -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 }