Remove unused variables.

This commit is contained in:
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