This commit is contained in:
Andrius Štikonas 2009-03-14 16:50:25 +02:00
rodzic f67f53b8f6
commit 74158adfb5
1 zmienionych plików z 1 dodań i 2 usunięć

3
pack
Wyświetl plik

@ -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"