Bug 68623 - run-safari doesn't work if there are spaces in the path to %WEBKITOUTPUTDIR%
Summary: run-safari doesn't work if there are spaces in the path to %WEBKITOUTPUTDIR%
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows 7
: P2 Normal
Assignee: Adam Roben (:aroben)
URL:
Keywords: PlatformOnly
Depends on:
Blocks:
 
Reported: 2011-09-22 08:52 PDT by Adam Roben (:aroben)
Modified: 2011-09-22 10:51 PDT (History)
1 user (show)

See Also:


Attachments
Use the "direct object" form of system() to run WebKit.exe (1.64 KB, patch)
2011-09-22 08:56 PDT, Adam Roben (:aroben)
sfalken: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Roben (:aroben) 2011-09-22 08:52:06 PDT
To reproduce:

1. Set %WEBKITOUTPUTDIR% to something with spaces in it
2. build-webkit
3. run-safari

run-safari fails with an error message like this:

Can't exec "/home/Adam": No such file or directory at /home/Adam Roben/dev/WebKit/OpenSource/Tools/Scripts/webkitdirs.pm line 2031.
Comment 1 Adam Roben (:aroben) 2011-09-22 08:56:59 PDT
Created attachment 108341 [details]
Use the "direct object" form of system() to run WebKit.exe
Comment 2 Adam Roben (:aroben) 2011-09-22 10:51:44 PDT
Committed r95732: <http://trac.webkit.org/changeset/95732>