diff options
Diffstat (limited to 'new-infra/TLTREE.pm')
-rw-r--r-- | new-infra/TLTREE.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/new-infra/TLTREE.pm b/new-infra/TLTREE.pm index d6b672a2e9c..8b0a9b2a8bb 100644 --- a/new-infra/TLTREE.pm +++ b/new-infra/TLTREE.pm @@ -225,6 +225,7 @@ sub _get_files_matching_glob_pattern { $basepart =~ s/\./\\./g; $basepart =~ s/\*/.*/g; $basepart =~ s/\?/./g; + $basepart =~ s/\+/\\+/g; return unless (defined($self->{'_filesofdir'}{$dirpart})); my @candfiles = @{$self->{'_filesofdir'}{$dirpart}}; foreach my $f (@candfiles) { |