Code cleanup.

这个提交包含在:
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"