Remove d_day from tags xmllists, since it's not needed
All checks were successful
the build was successful

This commit is contained in:
Reinhard Müller 2019-03-12 01:21:08 +01:00
parent 0c6e202a69
commit c06cc5974d

View File

@ -46,7 +46,6 @@ for xml_file in $(find * -name '*.??.xml' | xargs grep -l '</tag>' | sort); do
done
for tag in $(ls "/tmp/tagmaps"); do
echo "d_day" >> "/tmp/tagmaps/${tag}"
sort -u "/tmp/tagmaps/${tag}" > "/tmp/tagmaps/tmp"
mv "/tmp/tagmaps/tmp" "/tmp/tagmaps/${tag}"
done