Title: [194464] trunk/Tools
Revision
194464
Author
commit-qu...@webkit.org
Date
2015-12-31 11:53:21 -0800 (Thu, 31 Dec 2015)

Log Message

[GTK] The install-dependencies script has a syntax error
https://bugs.webkit.org/show_bug.cgi?id=152613

Patch by Martin Robinson <mrobin...@igalia.com> on 2015-12-31
Reviewed by Michael Catanzaro.

* gtk/install-dependencies: Add the missing 'then.'

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (194463 => 194464)


--- trunk/Tools/ChangeLog	2015-12-31 19:35:18 UTC (rev 194463)
+++ trunk/Tools/ChangeLog	2015-12-31 19:53:21 UTC (rev 194464)
@@ -1,3 +1,12 @@
+2015-12-31  Martin Robinson  <mrobin...@igalia.com>
+
+        [GTK] The install-dependencies script has a syntax error
+        https://bugs.webkit.org/show_bug.cgi?id=152613
+
+        Reviewed by Michael Catanzaro.
+
+        * gtk/install-dependencies: Add the missing 'then.'
+
 2015-12-30  Philippe Normand  <pnorm...@igalia.com>
 
         [Mac][GTK] Jhbuild support for OSX

Modified: trunk/Tools/gtk/install-dependencies (194463 => 194464)


--- trunk/Tools/gtk/install-dependencies	2015-12-31 19:35:18 UTC (rev 194463)
+++ trunk/Tools/gtk/install-dependencies	2015-12-31 19:53:21 UTC (rev 194464)
@@ -37,7 +37,7 @@
         exit 0
     fi
 
-    if [ `uname` -eq "Darwin" ]
+    if [ `uname` -eq "Darwin" ]; then
        installDependenciesWithBrew
        exit 0
     fi
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to