summaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/po.pm
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-07-19 16:54:03 +0200
committerJoey Hess <joey@gnu.kitenet.net>2009-07-19 16:54:03 +0200
commit43e5c905cb593b3b6e8ae0a636cae815f09a5ea2 (patch)
tree1df950ceed413b730caa84e23dc5693060c1a543 /IkiWiki/Plugin/po.pm
parent6d18bdd65a702a7924dd1215ce822c3f16b90b1c (diff)
shut up msgmerge
Diffstat (limited to 'IkiWiki/Plugin/po.pm')
-rw-r--r--IkiWiki/Plugin/po.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/IkiWiki/Plugin/po.pm b/IkiWiki/Plugin/po.pm
index 3d358b3e2..c57a5d0f8 100644
--- a/IkiWiki/Plugin/po.pm
+++ b/IkiWiki/Plugin/po.pm
@@ -807,7 +807,7 @@ sub refreshpofiles ($@) {
foreach my $pofile (@pofiles) {
IkiWiki::prep_writefile(basename($pofile),dirname($pofile));
if (-e $pofile) {
- system("msgmerge", "-U", "--backup=none", $pofile, $potfile) == 0
+ system("msgmerge", "-q", "-U", "--backup=none", $pofile, $potfile) == 0
or error("po(refreshpofiles) ".
sprintf(gettext("failed to update %s"),
$pofile));