summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorGary V. Vaughan <gary@gnu.org>2012-10-23 22:17:24 -0500
committerGary V. Vaughan <gary@gnu.org>2012-10-23 22:17:24 -0500
commitd5c146580c21ee603458d92983d27e7af1260667 (patch)
treeb177c47612e3b61022911fe2702dea0dc82d2a07 /bootstrap
parent87d3655d1c390053ab71cb1f483607f6e5980fcc (diff)
downloadlibtool-d5c146580c21ee603458d92983d27e7af1260667.tar.gz
bootstrap: emphasize command executions with terminal bold.
* bootstrap.in (func_show_eval): Use $require_term_colors to embolden the command about to be executed in output. * bootstrap: Regenerate. * bootstrap.conf (libtool_build_prerequisites): Use the standard (colorful!) bootstrap func_show_eval here too. Signed-off-by: Gary V. Vaughan <gary@gnu.org>
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap4
1 files changed, 3 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index 1a496d61..f9d8b9d2 100755
--- a/bootstrap
+++ b/bootstrap
@@ -4240,13 +4240,15 @@ func_show_eval ()
{
$debug_cmd
+ $require_term_colors
+
_G_cmd=$1
_G_fail_exp=${2-':'}
${opt_silent-'false'} || {
func_quote_for_eval $_G_cmd
eval func_truncate_cmd $func_quote_for_eval_result
- func_echo "running: $func_truncate_cmd_result"
+ func_echo "running: $tc_bold$func_truncate_cmd_result$tc_reset"
}
${opt_dry_run-'false'} || {