projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d6a8f5
)
Beim Scannen von Dateien auch ein "require" mit "bin/mozilla" als Pfad direkt erkennen.
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Tue, 20 Feb 2007 10:27:56 +0000
(10:27 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Tue, 20 Feb 2007 10:27:56 +0000
(10:27 +0000)
locale/de/locales.pl
patch
|
blob
|
history
diff --git
a/locale/de/locales.pl
b/locale/de/locales.pl
index
725a9e5
..
151db6f
100755
(executable)
--- a/
locale/de/locales.pl
+++ b/
locale/de/locales.pl
@@
-328,6
+328,7
@@
sub scanfile {
my $newfile = $&;
$newfile =~ s/require\s+\W//;
$newfile =~ s/\$form->{path}\///;
+ $newfile =~ s|bin/mozilla||;
# &scanfile("$bindir/$newfile", 0, $scanned_files);
$cached{$file}{scan}{"$bindir/$newfile"} = 1;
} elsif (/use\s+SL::(.*?);/) {