winemaker: Ignore quotes in source filenames.
This commit is contained in:
parent
b4cc117b38
commit
a021e836ad
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue