From eda239d9899e81f616cc34c55c84fd2dddc4f2eb Mon Sep 17 00:00:00 2001 From: "Gary V. Vaughan" Date: Thu, 25 Oct 2012 01:15:56 -0500 Subject: [PATCH] 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 --- bootstrap | 2 +- gl/build-aux/funclib.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 } -- 2.47.3