[Webkit-unassigned] [Bug 15682] Move wx port to TOT

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 16 20:20:45 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=15682


darin at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #17218|review?                     |review+
               Flag|                            |




------- Comment #66 from darin at apple.com  2007-11-16 20:20 PDT -------
(From update of attachment 17218)
+if ($clean) {
+    exit 0;
+}

Things like this read better in perl as:

    exit if $clean;

I'm really disappointed to see build-wxwebkit as an entirely separate script
with so much code in it!

r=me


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list