From 941faa71ea5f75e50821bfba221bd4fa6f2521a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrius=20=C5=A0tikonas?= Date: Wed, 15 Sep 2010 13:01:34 +0300 Subject: [PATCH] Remove unused variables. --- update | 3 --- 1 file changed, 3 deletions(-) diff --git a/update b/update index 64b4e03..85a859a 100755 --- a/update +++ b/update @@ -78,9 +78,6 @@ for BRANCH in $TRUNK $BRANCHES; do echo -e "Merging: $BLUE$BRANCH"$ENDCOLOR for dir in `ls $SVNDIR/wesnoth* -d`; do 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} file="$DIR/`basename $dir | sed s/wesnoth-//`.$LCODE.po" if [ -f $dir"/"$LCODE".po" ]; then if [ -f "$file" ]; then