aboutsummaryrefslogtreecommitdiffstats
path: root/check_trans.pl
diff options
context:
space:
mode:
authorMatt Kraai <kraai>2004-08-08 16:51:44 +0000
committerMatt Kraai <kraai>2004-08-08 16:51:44 +0000
commit0fb786be66c6cd876d76cfe4a02c0a180fc46fa1 (patch)
tree641d56fc3ea8af49afc7821b9defc82e11f46b31 /check_trans.pl
parentb55661cce445c11af51c50c5caf5d9fb464b1aca (diff)
Stop reading language.conf once the $defaultlanguage is set.
CVS version numbers check_trans.pl: 1.60 -> 1.61
Diffstat (limited to 'check_trans.pl')
-rwxr-xr-xcheck_trans.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/check_trans.pl b/check_trans.pl
index 09c4ea3556c..bc1db16df8a 100755
--- a/check_trans.pl
+++ b/check_trans.pl
@@ -167,6 +167,7 @@ elsif (open CONF, "<language.conf")
next if /^#/;
$defaultlanguage = $_;
chomp $defaultlanguage;
+ last;
}
close CONF;
}

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