[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
Sun Feb 7 17:04:12 PST 2010


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





--- Comment #9 from Leith Bade <leith at leithalweapon.geek.nz>  2010-02-07 17:04:12 PST ---
(In reply to comment #8)
> (From update of attachment 48301 [details])
> Now we can handle paths with spaces, but not ones with single quotes. A step in
> the right direction, I guess.

Yeah I suppose some people might have a `'` in their user name. Ag. "Leith's
Computer" or something like that.

Double quotes could fix this... As `"` is an illegal filename char in Windows.

I note that in webkitdirs.pm there is an inconsistent use of cygpath.

Some use `'`, some use `"` and some even do no quotes at all...

Should the entire file be cleaned up to use only `"`?

-- 
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