From a393862564a9fa8f5d8eced62511843738bb5ee8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrius=20=C5=A0tikonas?= Date: Thu, 21 May 2009 16:14:19 +0300 Subject: [PATCH] Add missing dot. --- update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update b/update index be9fa89..64b4e03 100755 --- a/update +++ b/update @@ -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}