aboutsummaryrefslogtreecommitdiffstats
path: root/check_trans.pl
diff options
context:
space:
mode:
authorDenis Barbier <barbier>2001-09-18 22:48:30 +0000
committerDenis Barbier <barbier>2001-09-18 22:48:30 +0000
commit473de90924b5a1a87a1675014a502f8ca43d8c12 (patch)
treeb556744a9817264afa41d58b92d865569c2aa75a /check_trans.pl
parent27f7733f5c8eab1415deb8d05d939017fd84cc43 (diff)
Missing files were never displayed because of a bug introduced during
the transition to using modules under Perl/ CVS version numbers check_trans.pl: 1.39 -> 1.40
Diffstat (limited to 'check_trans.pl')
-rwxr-xr-xcheck_trans.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/check_trans.pl b/check_trans.pl
index d65f371c7d9..cda0fc4513c 100755
--- a/check_trans.pl
+++ b/check_trans.pl
@@ -403,7 +403,7 @@ sub check_file {
$docname =~ s#\.wml$##;
unless (-r $name) {
(my $iname = $name) =~ s/^$to\///;
- if ($globtrans->is_global($iname)) {
+ if (!$globtrans->is_global($iname)) {
unless (($opt_q) || ($opt_Q)) {
if ($opt_t eq 'perl') {
print "'$docname' => {\n\t'type' => 'Web',\n";

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