[PATCH] patches: Show why updating the index failed.

Alexandre Julliard julliard at winehq.org
Tue Apr 2 16:04:42 CDT 2019


Francois Gouget <fgouget at codeweavers.com> writes:

> @@ -477,4 +477,5 @@ foreach (keys %subdirs)
>      !system "rsync", "-q", "-r", "--chmod=+r", "--include=$_*", "--exclude=*", "$dir/", "$dest/data/$_" or die "rsync failed: $?";
>  }
>  
> -rename "$dest/index.html.new", "$dest/index.html" or die "failed to update index.html";
> +rename "$dest/index.html.new", "$dest/index.html" or
> +    die "failed to update index.html: $!";

I'm not sure I see the point, that's always going to be "file not found".

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list