[webkit-reviews] review requested: [Bug 94944] build-webkit --gtk fails with Can't exec "" : [Attachment 160437] patch proposal

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 24 09:33:59 PDT 2012


arno. <arno at renevier.net> has asked  for review:
Bug 94944: build-webkit --gtk fails with Can't exec ""
https://bugs.webkit.org/show_bug.cgi?id=94944

Attachment 160437: patch proposal
https://bugs.webkit.org/attachment.cgi?id=160437&action=review

------- Additional Comments from arno. <arno at renevier.net>
This happens because of unshift(@buildArgs, jhbuildWrapperPrefixIfNeeded());
which adds an empty string as a first argument of @buildArgs. Then, system call
tries to execute empty command and fails.


More information about the webkit-reviews mailing list