From 299928c7f9913e957e200e423a6239903d256179 Mon Sep 17 00:00:00 2001 From: David P Date: Mon, 25 Jun 2018 21:10:12 -0400 Subject: find-deprecated-pkgs: improve message functions Signed-off-by: David P --- find-deprecated-pkgs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/find-deprecated-pkgs b/find-deprecated-pkgs index 62e665e..0126ccd 100755 --- a/find-deprecated-pkgs +++ b/find-deprecated-pkgs @@ -89,7 +89,7 @@ mkpkglist() { err() { printf '%s==> Error:%s %s\n' \ - "$(tput setaf 1)" \ + "$(tput bold;tput setaf 1)" \ "$(tput sgr0)" \ "$1" false @@ -97,13 +97,13 @@ err() { msg() { printf '%s==>%s %s\n' \ - "$(tput bold)" \ + "$(tput bold;tput setaf 2)" \ "$(tput sgr0)" \ "$1" } submsg() { - printf ' %s->%s %s\n' \ + printf ' %s->%s %s\n' \ "$(tput bold;tput setaf 4)" \ "$(tput sgr0)" \ "$1" -- cgit v1.2.2