[Webkit-unassigned] [Bug 117275] [GTK][EFL] Use function jhbuildWrapperPrefixIfNeeded to run launcher

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 6 00:37:25 PDT 2013


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





--- Comment #5 from Diego Pino <dpino at igalia.com>  2013-06-06 00:35:59 PST ---
OK, I think the reason is because the function jhbuildWrapperPrefixIfNeeded() tests first if the jhbuildPath exists. If not, returns an empty path.

What I don't understand is that running the script using jhbuildWrapperPrefixIfNeeded() and not using it builds the same path:

$ ./Tools/Scripts/run-launcher --gtk
without using jhbuildWrapperPrefixIfNeeded: /home/dpino/workspace/WebKit/Tools/jhbuild/jhbuild-wrapper
using jhbuildWrapperPrefixIfNeeded: /home/dpino/workspace/WebKit/Tools/jhbuild/jhbuild-wrapper

I could remove the checking of "jhbuildPath exists" in jhbuildWrapperPrefixIfNeeded() but that seems wrong.

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