Commit ae71b4ae authored by jocuri%softhome.net's avatar jocuri%softhome.net

Patch for bug 271373: Fix bogus t/008filter.t error on Win32; patch by Marc…

Patch for bug 271373: Fix bogus t/008filter.t error on Win32; patch by Marc Schumann <wurblzap@gmail.com>, r=glob, a=justdave.
parent d4bbccb5
......@@ -73,11 +73,13 @@ foreach my $path (@Support::Templates::include_paths) {
foreach my $file (keys %safe) {
my $orig_file = $file;
$file =~ s|/|\\|g;
if ($file ne $orig_file) {
$safe{$file} = $safe{$orig_file};
delete $safe{$orig_file};
}
}
}
}
# We preprocess the %safe hash of lists into a hash of hashes. This allows
# us to flag which members were not found, and report that as a warning,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment