diff options
Diffstat (limited to 'scripts/check-dependencies.sh')
-rwxr-xr-x | scripts/check-dependencies.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/check-dependencies.sh b/scripts/check-dependencies.sh index feb209e..2032412 100755 --- a/scripts/check-dependencies.sh +++ b/scripts/check-dependencies.sh @@ -491,7 +491,7 @@ pretty_print() ppstr="%s%-12s" pp_format='{printf("'$ppstr$ppstr$ppstr$ppstr$nocolor'\n",$1,$2,$3,$4,$5,$6,$7,$8)}' - pp_title="$gray depname $gray minimum $gray system $gray OKness" + pp_title="$gray depname $gray minimum $gray found $gray OKness" if [ $1 ]; then pp_dep=$1; fi if [ $pp_dep = "title" ]; then echo -e $pp_title | awk $pp_format |