From f95fa0d607e9cac8344fc8e9a9daf60ca7f78b07 Mon Sep 17 00:00:00 2001 From: don bright Date: Thu, 20 Dec 2012 12:52:05 -0800 Subject: change 'system' to 'found' in header of printed table 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 -- cgit v0.10.1