diff options
author | don bright <hugh.m.bright@gmail.com> | 2012-12-20 20:52:05 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2012-12-20 20:52:05 (GMT) |
commit | f95fa0d607e9cac8344fc8e9a9daf60ca7f78b07 (patch) | |
tree | fc3540887f72a0d3d460ae350e93ca845447ade5 /scripts/check-dependencies.sh | |
parent | 10f16dfe84a429c012650987d81c5ce385fd55be (diff) |
change 'system' to 'found' in header of printed table
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 |