mirror of https://github.com/tstellar/bygfoot.git
Update script updated.
This commit is contained in:
parent
3781f82ea7
commit
0bd87502c3
|
@ -417,7 +417,7 @@ function get_country_files()
|
|||
if [ ! $DIRNAME = "" ]; then
|
||||
oldname="${oldname## }"
|
||||
newname="${newname%% }"
|
||||
perl -i -pe "s/>$oldname</>$newname</g" $DIRNAME/league*.xml
|
||||
perl -i -pe "s?>$oldname<?>$newname<?g" $DIRNAME/league*.xml
|
||||
fi
|
||||
fi
|
||||
done < official_names
|
||||
|
|
Loading…
Reference in New Issue