Remove d_day from tags xmllists, since it's not needed
All checks were successful
the build was successful
All checks were successful
the build was successful
This commit is contained in:
parent
0c6e202a69
commit
c06cc5974d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user