From 74158adfb5cb4e983afad5bcad908ae8c1ddbefd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrius=20=C5=A0tikonas?= Date: Sat, 14 Mar 2009 16:50:25 +0200 Subject: [PATCH] Code cleanup. --- pack | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pack b/pack index 5b18874..30e9552 100755 --- a/pack +++ b/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"