aboutsummaryrefslogtreecommitdiffstats
path: root/check_trans.pl
diff options
context:
space:
mode:
authorDenis Barbier <barbier>2002-05-20 01:26:55 +0000
committerDenis Barbier <barbier>2002-05-20 01:26:55 +0000
commit500a56edff94a85b466a2800bfe7452774652b9d (patch)
tree7b1defacaa652ddb767431b5d5f891c076a2d859 /check_trans.pl
parentd83d03aa5cbcfb5dcc64ac18be31f3f8be03347c (diff)
When invoked with -Q and -m flags, sending mails to translators do no
more display notices. CVS version numbers check_trans.pl: 1.46 -> 1.47
Diffstat (limited to 'check_trans.pl')
-rwxr-xr-xcheck_trans.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/check_trans.pl b/check_trans.pl
index a6b4a7612f1..c0076a03ef4 100755
--- a/check_trans.pl
+++ b/check_trans.pl
@@ -323,15 +323,15 @@ sub send_mails {
}
}
if ($translators{$name}{"send"}) {
- print "send mail to $name\n";
+ print "send mail to $name\n" unless $opt_Q;
if (($name =~ m,mquinson,) || ($opt_g && $opt_m eq $maintainer)) {
- print "Well, detourned to $maintainer\n";
+ print "Well, detourned to $maintainer\n" unless $opt_Q;
$translators{$name}{"msg"}->send;
}
# $translators{$name}{"msg"}->print_header;
$translators{$name}{"msg"}->send;
} else {
- print "didn't send mail to $name: nothing to say to him\n";
+ print "didn't send mail to $name: nothing to say to him\n" unless $opt_Q;
}
}
}

© 2014-2024 Faster IT GmbH | imprint | privacy policy