]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - tools/check_strings.pl
kernel: update to 4.9.34
[ipfire-2.x.git] / tools / check_strings.pl
index d521068c23f39ade2449f6759894102f8552af4d..b623778b710c0e72a2b6ec00851c96a4e057378b 100755 (executable)
@@ -36,7 +36,7 @@ require "${basedir}/langs/$lang/cgi-bin/$lang.pl";
 sub wanted {
        if ( -f $File::Find::name && open(FILE, $File::Find::name)) {
                while (<FILE>) {
-                       while ($_ =~ /\$Lang::tr{'([A-Za-z0-9,:_\s\/\.-]+)'}/g) {
+                       while ($_ =~ /\$Lang::tr\{'([A-Za-z0-9,:_\s\/\.-]+)'\}/g) {
                                $tr2{$1} = 'empty string';
                        }
                }