aboutsummaryrefslogtreecommitdiffstats
path: root/check_trans.pl
diff options
context:
space:
mode:
authorPeter Karlsson <peterk>2000-10-03 23:13:16 +0000
committerPeter Karlsson <peterk>2000-10-03 23:13:16 +0000
commit04dabf49ebeb01192300d9d9c8c27978bc0fa634 (patch)
tree8aee407064e97d1674f2792a502db6bf0cfb2460 /check_trans.pl
parent54a19cccb174aa4e7da0e4cb69da118a4b7e5440 (diff)
Made detection tolerant to extra parameters after the translation number.
CVS version numbers check_trans.pl: 1.11 -> 1.12
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 0a0b6e40225..827b17406d6 100755
--- a/check_trans.pl
+++ b/check_trans.pl
@@ -122,7 +122,7 @@ sub check_file {
}
open(F, $name) || die $!;
while(<F>) {
- if (/translation(\s+|=")([.0-9]*)("|\s*-->)\s*$/oi) {
+ if (/translation(\s+|=")([.0-9]*)("|\s*-->)/oi) {
warn "Found revision $2\n" if $opt_v;
$oldr = $2;
if ($oldr eq $revision) {

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