summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorGary V. Vaughan <gary@gnu.org>2012-10-25 01:15:56 -0500
committerGary V. Vaughan <gary@gnu.org>2012-10-25 01:26:18 -0500
commiteda239d9899e81f616cc34c55c84fd2dddc4f2eb (patch)
tree137bb32f343668a7e65453f96294d1aca53274fb /bootstrap
parentd5c146580c21ee603458d92983d27e7af1260667 (diff)
downloadlibtool-eda239d9899e81f616cc34c55c84fd2dddc4f2eb.tar.gz
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 <gary@gnu.org>
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index f9d8b9d2..6a6fce9a 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
}