Bug 68621

Summary: build-webkit goes totally haywire on Windows if there are spaces in the path to the WebKit source tree
Product: WebKit Reporter: Adam Roben (:aroben) <aroben>
Component: Tools / TestsAssignee: Adam Roben (:aroben) <aroben>
Status: RESOLVED FIXED    
Severity: Normal CC: sfalken
Priority: P2 Keywords: PlatformOnly
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Windows 7   
Attachments:
Description Flags
Quote the WEBKITLIBRARIESDIR path before passing it to the shell/cygpath sullivan: review+

Description Adam Roben (:aroben) 2011-09-22 08:20:47 PDT
To reproduce:

1. Check out WebKit to some location that has spaces in its path
2. build-webkit

You'll get all sorts of funky errors from Visual Studio.
Comment 1 Adam Roben (:aroben) 2011-09-22 08:23:24 PDT
Created attachment 108337 [details]
Quote the WEBKITLIBRARIESDIR path before passing it to the shell/cygpath
Comment 2 Adam Roben (:aroben) 2011-09-22 10:51:26 PDT
Committed r95731: <http://trac.webkit.org/changeset/95731>