commit | a021e836ad8a474dbf218ac7e53f2c766229b1c5 | [log] [tgz] |
---|---|---|
author | André Hentschel <nerv@dawncrow.de> | Wed Apr 29 19:42:24 2009 +0200 |
committer | Alexandre Julliard <julliard@winehq.org> | Thu Apr 30 12:47:07 2009 +0200 |
tree | aa6af6dbc1e5571d81a2073639a37d6d74c05fa5 | |
parent | b4cc117b38bb48df8d0fa52d4bf0d0bfd9c18bf3 [diff] [blame] |
winemaker: Ignore quotes in source filenames.
diff --git a/tools/winemaker b/tools/winemaker index 1df8fa7..5300e15 100755 --- a/tools/winemaker +++ b/tools/winemaker
@@ -1742,6 +1742,8 @@ } foreach my $component (@$path) { + $component=~s/^\"//; + $component=~s/\"$//; #print " looking for $component in \"$dirname\"\n"; if ($component eq ".") { # Pass it as is