]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
bootstrap: don't $tc_standout spaces, it's ugly!
authorGary V. Vaughan <gary@gnu.org>
Thu, 25 Oct 2012 12:06:50 +0000 (07:06 -0500)
committerGary V. Vaughan <gary@gnu.org>
Thu, 25 Oct 2012 12:08:51 +0000 (07:08 -0500)
* gl/build-aux/funclib.sh (func_error): Move the prefix indent
before $tc_standout to avoid bright red inverse spaces.
* bootstrap: Regenerate.

Signed-off-by: Gary V. Vaughan <gary@gnu.org>
bootstrap
gl/build-aux/funclib.sh

index ab7aed68a229a4beeb165bd838dabe2bc8693878..5363870f12a498942222ffef93b699aa13d1057e 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -618,7 +618,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 ce5771342256a4be1a4f967aea7faf763f6ddfad..c48e0c0536d844df0be5722a2d4e6c163c8faa84 100644 (file)
@@ -608,7 +608,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
 }