summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorGary V. Vaughan <gary@gnu.org>2012-10-25 07:06:50 -0500
committerGary V. Vaughan <gary@gnu.org>2012-10-25 07:08:51 -0500
commit21538ee961ede123015d22c596313e83b2fd35c7 (patch)
treee6730c3d45fdcba24746ad9228f405eceaed1ca1 /bootstrap
parent52870fc557b20a4d833c03fd59ac88733e7ef258 (diff)
downloadlibtool-21538ee961ede123015d22c596313e83b2fd35c7.tar.gz
bootstrap: don't $tc_standout spaces, it's ugly!
* 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>
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index ab7aed68..5363870f 100755
--- 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
}