commit: a607e1af368a7d2b7f2d4ab088b40e129401f0c6
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 13 18:12:46 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Mar 13 18:12:46 2022 +0000
URL: https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=a607e1af
check_eclasses_eapis.sh: minor phrasing tweak
Signed-off-by: Sam James <sam <AT> gentoo.org>
check_eclasses_eapis.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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)