Code cleanup.

This commit is contained in:
Andrius Štikonas 2009-03-14 16:50:25 +02:00
부모 f67f53b8f6
커밋 74158adfb5
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제

3
pack
파일 보기

@ -42,8 +42,7 @@ for BRANCH in $TRUNK $BRANCHES; do
bfile=`basename $file`
echo -n "Processing catalog $bfile... ";
d=`echo "$bfile" | sed "s/.$LCODE.po//"`
$MSGMERGE --silent $file $file > $file.temp
mv $file.temp $file
$MSGMERGE --silent $file -U $file
if [ -f "$BRANCH/$d/$LCODE.po" ]; then
if ! $DIFF -q "$file" "$BRANCH/$d/$LCODE.po" > /dev/null ; then
mkdir "$LCODE-temp/$d"