winemaker: Don't destroy relative paths.

oldstable
André Hentschel 2013-06-12 23:00:10 +02:00 committed by Alexandre Julliard
parent f8c7cd945f
commit 7bd49ab2df
1 changed files with 0 additions and 1 deletions

View File

@ -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+^/+) {