[Webkit-unassigned] [Bug 34637] update-webkit-auxiliary-libs does not like a space in the path to the WebKit folder

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Feb 6 16:37:25 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=34637





--- Comment #4 from Leith Bade <leith at leithalweapon.geek.nz>  2010-02-06 16:37:25 PST ---
OK it seems putting quotes around $WEBKITLIBRARIESDIR fixes the problem.

eg cygpath -u "$WEBKITLIBRARIESDIR"

otherwise cygpath treats the space as seperating two different paths to convert
hence why it puts each respective path on a new line in it's output.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list