André Hentschel : winemaker: Ignore quotes in source filenames.

Alexandre Julliard julliard at winehq.org
Thu Apr 30 11:01:11 CDT 2009


Module: wine
Branch: master
Commit: a021e836ad8a474dbf218ac7e53f2c766229b1c5
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=a021e836ad8a474dbf218ac7e53f2c766229b1c5

Author: André Hentschel <nerv at dawncrow.de>
Date:   Wed Apr 29 19:42:24 2009 +0200

winemaker: Ignore quotes in source filenames.

---

 tools/winemaker |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/tools/winemaker b/tools/winemaker
index 1df8fa7..5300e15 100755
--- a/tools/winemaker
+++ b/tools/winemaker
@@ -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




More information about the wine-cvs mailing list