Unify tags (fixes #827) #945

Merged
max.mehl merged 12 commits from jzarl/fsfe-website:issue/827 into master 2019-05-27 11:44:30 +00:00
Showing only changes of commit 4fff293bab - Show all commits

View File

@ -53,7 +53,7 @@ renameTag()
for f in $(findTaggedFiles "$oldTagId")
do
echo "..$f" >&2
if ! doVerbose sed -E -i "s;>\W*$oldTagId\W*</tag>;>$newTagId</tag>;" "$f"
if ! doVerbose sed -E -i "s;>\W*$oldTagId\W*</tag>;>$newTagId</tag>;i" "$f"
then
echo "ERROR!" >&2
return 1