=?UTF-8?Q?Andr=C3=A9=20Hentschel=20?=: winemaker: Don' t destroy relative paths.

Alexandre Julliard julliard at winehq.org
Thu Jun 13 14:31:19 CDT 2013


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

Author: André Hentschel <nerv at dawncrow.de>
Date:   Wed Jun 12 23:00:10 2013 +0200

winemaker: Don't destroy relative paths.

---

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

diff --git a/tools/winemaker b/tools/winemaker
index c3921a1..3ddd834 100755
--- a/tools/winemaker
+++ b/tools/winemaker
@@ -1862,7 +1862,6 @@ sub search_from($$)
   my $path=$_[1];
   my $real_path="";
 
-  $dirname =~ s/(\.\/)+//;
   if ($dirname eq "" or $dirname eq "." or $dirname eq "./") {
     $dirname=cwd;
   } elsif ($dirname !~ m+^/+) {




More information about the wine-cvs mailing list