diff options
author | Sam James <sam@gentoo.org> | 2022-03-19 20:34:17 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-03-19 20:34:17 +0000 |
commit | 59268f29b296634f73248a0e93087d4352024471 (patch) | |
tree | 9e0a4efa55ef8dd3a50fc82cd211fba460fbf295 | |
parent | eapi-usage.sh: fix clobbering README/STATS (diff) | |
download | qa-scripts-59268f29b296634f73248a0e93087d4352024471.tar.gz qa-scripts-59268f29b296634f73248a0e93087d4352024471.tar.bz2 qa-scripts-59268f29b296634f73248a0e93087d4352024471.zip |
eapi-usage.sh: drop errant </pre> from STATS
Signed-off-by: Sam James <sam@gentoo.org>
-rwxr-xr-x | eapi-usage.sh | 1 |
1 files changed, 0 insertions, 1 deletions
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 |