Update script updated.

This commit is contained in:
gyboth 2008-11-26 11:17:46 +00:00
parent df7808e8b8
commit 819c8afb8c
1 changed files with 1 additions and 1 deletions

View File

@ -409,7 +409,7 @@ function get_country_files()
while read -d : oldname && read newname
do
if [ "$oldname" == "League" ]; then
DIRNAME=$newname
DIRNAME=$(find . -type d -name $newname)
my_echo " + Adding official names to $DIRNAME..."
else
oldname="${oldname## }"