Module: wine Branch: master Commit: 7bd49ab2df7db6b33f4043ec4fc3b0d2b1cad3d8 URL: http://source.winehq.org/git/wine.git/?a=commit;h=7bd49ab2df7db6b33f4043ec4f...
Author: André Hentschel nerv@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+^/+) {