aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-03-19 20:34:17 +0000
committerSam James <sam@gentoo.org>2022-03-19 20:34:17 +0000
commit59268f29b296634f73248a0e93087d4352024471 (patch)
tree9e0a4efa55ef8dd3a50fc82cd211fba460fbf295 /eapi-usage.sh
parenteapi-usage.sh: fix clobbering README/STATS (diff)
downloadqa-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>
Diffstat (limited to 'eapi-usage.sh')
-rwxr-xr-xeapi-usage.sh1
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