winemaker: Ignore quotes in source filenames.

This commit is contained in:
André Hentschel 2009-04-29 19:42:24 +02:00 committed by Alexandre Julliard
parent b4cc117b38
commit a021e836ad
1 changed files with 2 additions and 0 deletions

View File

@ -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