summaryrefslogtreecommitdiff
path: root/find-deprecated-pkgs
diff options
context:
space:
mode:
authorDavid P <megver83@parabola.nu>2018-06-25 21:10:12 -0400
committerDavid P <megver83@parabola.nu>2018-06-25 21:10:12 -0400
commit299928c7f9913e957e200e423a6239903d256179 (patch)
treeb210f31f9a61cfd51feda7104c7ebb949b8359c6 /find-deprecated-pkgs
parent18ee25f2d986aef05623eaf2cc144ce36c2ba756 (diff)
find-deprecated-pkgs: improve message functions
Signed-off-by: David P <megver83@parabola.nu>
Diffstat (limited to 'find-deprecated-pkgs')
-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"