summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xfind-deprecated-pkgs6
1 files 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"