Commit a021e836 authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

winemaker: Ignore quotes in source filenames.

parent b4cc117b
......@@ -1742,6 +1742,8 @@ sub search_from($$)
}
foreach my $component (@$path) {
$component=~s/^\"//;
$component=~s/\"$//;
#print " looking for $component in \"$dirname\"\n";
if ($component eq ".") {
# Pass it as is
......
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