commit: 59268f29b296634f73248a0e93087d4352024471
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 19 20:34:17 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 19 20:34:17 2022 +0000
URL: https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=59268f29
eapi-usage.sh: drop errant </pre> from STATS
Signed-off-by: Sam James <sam <AT> gentoo.org>
eapi-usage.sh | 1 -
1 file changed, 1 deletion(-)
diff --git a/eapi-usage.sh b/eapi-usage.sh
index 81a7f91..e4b65b2 100755
--- a/eapi-usage.sh
+++ b/eapi-usage.sh
@@ -78,7 +78,6 @@ find "${REPO_PATH}"/metadata/md5-cache -type f ! -name '*.gz'
\
echo >> ${stats}
echo "Date generated: $(date -u '+%Y-%m-%d %H:%M:%S %Z')" >> ${stats}
-echo "</pre>" >> ${stats}
echo "<pre>" > ${dir}/README.html
cat ${stats} >> ${dir}/README.html