[Webkit-unassigned] [Bug 155576] Improve update-webkit-dependency script
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Mar 24 17:59:22 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=155576
--- Comment #8 from Jeremy Zerfas <WebKit at JeremyZerfas.com> ---
(In reply to comment #5)
> > Tools/Scripts/update-webkit-dependency:197
> > +my $prefixDirectoryPathInZipFile = "$file/".(($prefixInZip eq ".") ? "" : "$prefixInZip/");
>
> The use of the UNIX-style slash here *might* be a problem on Windows, but
> I'm not sure.
I was concerned about that too but it turns out that the documentation for the Archive::Zip module says "Regardless of what your local file system uses for file naming, names in a Zip file are in Unix format (forward slashes (/) separating directory names, etc.)." So the use of the forward slashes should work fine and might even be required.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160325/72e3a060/attachment.html>
More information about the webkit-unassigned
mailing list