Add missing dot.

This commit is contained in:
Andrius Štikonas 2009-05-21 16:14:19 +03:00
parent 8d90368321
commit a393862564
1 changed files with 1 additions and 1 deletions

2
update
View File

@ -77,7 +77,7 @@ for BRANCH in $TRUNK $BRANCHES; do
DIR="$PREFIX-$BRANCH"
echo -e "Merging: $BLUE$BRANCH"$ENDCOLOR
for dir in `ls $SVNDIR/wesnoth* -d`; do
echo "Processing `basename $dir | sed s/wesnoth-//`$LCODE.po"
echo "Processing `basename $dir | sed s/wesnoth-//`.$LCODE.po"
stat=`LC_MESSAGES=C $MSGFMT --statistics -o /dev/null "$dir/$LCODE.po" 2>&1`
u=`echo "$stat" | sed -ne 's/.* \([0-9]\+\) untranslated .*/\1/p'`; u=${u:-0}
f=`echo "$stat" | sed -ne 's/.* \([0-9]\+\) fuzzy translation.*/\1/p'`; f=${f:-0}