[webkit-reviews] review granted: [Bug 80026] [EFL] Prefix run-launcher with run-with-jhbuild : [Attachment 132282] Run launcher under jhbuild, v2

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 19 02:26:59 PDT 2012


Philippe Normand <pnormand at igalia.com> has granted Dominik Röttsches
<dominik.rottsches at linux.intel.com>'s request for review:
Bug 80026: [EFL] Prefix run-launcher with run-with-jhbuild
https://bugs.webkit.org/show_bug.cgi?id=80026

Attachment 132282: Run launcher under jhbuild, v2
https://bugs.webkit.org/attachment.cgi?id=132282&action=review

------- Additional Comments from Philippe Normand <pnormand at igalia.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=132282&action=review


> Tools/Scripts/run-launcher:77
> +	   my $jhbuildWrapper = catdir(sourceDir(), "Tools", "efl",
"run-with-jhbuild");
> +	   $launcherPath = $jhbuildWrapper;

Maybe this can be one line?

$launcherPath = catdir(sourceDir(), "Tools", "efl", "run-with-jhbuild");


More information about the webkit-reviews mailing list