Title: [171674] trunk/Tools
Revision
171674
Author
o...@webkit.org
Date
2014-07-28 01:41:17 -0700 (Mon, 28 Jul 2014)

Log Message

Followup fix after r171594
https://bugs.webkit.org/show_bug.cgi?id=135048

Patch by Renato Nagy <nagy.ren...@stud.u-szeged.hu> on 2014-07-28
Reviewed by Csaba Osztrogonác.

* Scripts/sort-export-file: Removed extra newlines from help.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (171673 => 171674)


--- trunk/Tools/ChangeLog	2014-07-28 06:50:21 UTC (rev 171673)
+++ trunk/Tools/ChangeLog	2014-07-28 08:41:17 UTC (rev 171674)
@@ -1,3 +1,12 @@
+2014-07-28  Renato Nagy  <nagy.ren...@stud.u-szeged.hu>
+
+        Followup fix after r171594
+        https://bugs.webkit.org/show_bug.cgi?id=135048
+
+        Reviewed by Csaba Osztrogonác.
+
+        * Scripts/sort-export-file: Removed extra newlines from help.
+
 2014-07-25  Anders Carlsson  <ander...@apple.com>
 
         WKNavigation's properties are either always nil or don't behave as documented

Modified: trunk/Tools/Scripts/sort-export-file (171673 => 171674)


--- trunk/Tools/Scripts/sort-export-file	2014-07-28 06:50:21 UTC (rev 171673)
+++ trunk/Tools/Scripts/sort-export-file	2014-07-28 08:41:17 UTC (rev 171674)
@@ -55,11 +55,8 @@
 
   Exit status:
        0      if OK
-
        1      if parse error
-
        2      if file(s) should be sorted (only with --dry-run)
-
        3      if parse error and file(s) should be sorted (only with --dry-run)
 END
     exit 1;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to