Remove unused variables.

这个提交包含在:
Andrius Štikonas 2010-09-15 13:01:34 +03:00
父节点 60e35f12fa
当前提交 941faa71ea
共有 1 个文件被更改,包括 0 次插入3 次删除

3
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