From a607e1af368a7d2b7f2d4ab088b40e129401f0c6 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 13 Mar 2022 18:12:46 +0000 Subject: check_eclasses_eapis.sh: minor phrasing tweak Signed-off-by: Sam James --- check_eclasses_eapis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'check_eclasses_eapis.sh') diff --git a/check_eclasses_eapis.sh b/check_eclasses_eapis.sh index 56e2a1b..76c332b 100755 --- a/check_eclasses_eapis.sh +++ b/check_eclasses_eapis.sh @@ -51,7 +51,7 @@ for x in ${ECLASSES}; do mkdir "${x}" awk -F'=' '$3 ~ /[ "]'"${x%.eclass}"'[ "]/ {print $1" "$2}' "${TMPEAPIS}" > "${TMPECLASS}" pushd "${x}" > /dev/null - echo "Overall statistic for eclass \"${x}\":" > "STATS.txt" + echo "Overall statistics for eclass \"${x}\":" > "STATS.txt" for y in ${KNOWN_EAPIS}; do awk -F ' ' '$3 ~ /"'"${y}"'"/ {print $1}' "${TMPECLASS}" > "${y}.txt" tmpval=$(wc -l "${y}.txt" |cut -d' ' -f1) -- cgit v1.2.3-65-gdbad