diff --git a/compile.sh b/compile similarity index 100% rename from compile.sh rename to compile diff --git a/pack.sh b/pack similarity index 96% rename from pack.sh rename to pack index 3f62f92..5b18874 100755 --- a/pack.sh +++ b/pack @@ -42,6 +42,8 @@ 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 if [ -f "$BRANCH/$d/$LCODE.po" ]; then if ! $DIFF -q "$file" "$BRANCH/$d/$LCODE.po" > /dev/null ; then mkdir "$LCODE-temp/$d" diff --git a/statistics.sh b/statistics similarity index 100% rename from statistics.sh rename to statistics diff --git a/update.sh b/update similarity index 100% rename from update.sh rename to update