]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
bootstrap: make error messages prettier.
authorGary V. Vaughan <gary@gnu.org>
Thu, 25 Oct 2012 06:15:56 +0000 (01:15 -0500)
committerGary V. Vaughan <gary@gnu.org>
Thu, 25 Oct 2012 06:26:18 +0000 (01:26 -0500)
* 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>
bootstrap
gl/build-aux/funclib.sh

index f9d8b9d2a3508bf84f40c0067d247c558bff3ae7..6a6fce9a400da1069a3eb5e4e0eec7c15f5728ce 100755 (executable)
--- 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
 }
 
 
index 4801b4f019df846455eba0ebc5112e09b515eaaa..9d880447d40d1db849abd816dc997870fe1eda67 100644 (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
 }