RESOLVED FIXED 68623
run-safari doesn't work if there are spaces in the path to %WEBKITOUTPUTDIR%
https://bugs.webkit.org/show_bug.cgi?id=68623
Summary run-safari doesn't work if there are spaces in the path to %WEBKITOUTPUTDIR%
Adam Roben (:aroben)
Reported 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.
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+
Adam Roben (:aroben)
Comment 1 2011-09-22 08:56:59 PDT
Created attachment 108341 [details] Use the "direct object" form of system() to run WebKit.exe
Adam Roben (:aroben)
Comment 2 2011-09-22 10:51:44 PDT
Note You need to log in before you can comment on or make changes to this bug.