summaryrefslogtreecommitdiff
path: root/tools/po
diff options
context:
space:
mode:
Diffstat (limited to 'tools/po')
-rwxr-xr-xtools/po/po-update.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/po/po-update.sh b/tools/po/po-update.sh
index 9891531..2aca523 100755
--- a/tools/po/po-update.sh
+++ b/tools/po/po-update.sh
@@ -93,8 +93,8 @@ update_po()
# GNU gettext-tools 0.14.6 implementation) inverts the order of obsolete
# messages every time it is run. Therefore, run it twice, to invert and
# then re-invert, to minimize spurious diffs.
- $MSGMERGE --sort-by-file --no-wrap --update $i subversion.pot
- $MSGMERGE --sort-by-file --no-wrap --update $i subversion.pot
+ $MSGMERGE --sort-by-file --no-wrap --update $i subversion.pot
+ $MSGMERGE --sort-by-file --no-wrap --update $i subversion.pot
done )
}