Title: [122427] trunk/Source/WebKit
Revision
122427
Author
commit-qu...@webkit.org
Date
2012-07-12 01:38:08 -0700 (Thu, 12 Jul 2012)

Log Message

Typo in path in generate-webkitversion.pl
https://bugs.webkit.org/show_bug.cgi?id=90883

Patch by Simon Hausmann <simon.hausm...@nokia.com> on 2012-07-12
Reviewed by Mark Rowe.

Correct default path to version config file. In practice it wasn't a problem because only the Qt
build system seems to use the script right now and passes the path to the version file as a
command line parameter.

* scripts/generate-webkitversion.pl:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (122426 => 122427)


--- trunk/Source/WebKit/ChangeLog	2012-07-12 08:35:36 UTC (rev 122426)
+++ trunk/Source/WebKit/ChangeLog	2012-07-12 08:38:08 UTC (rev 122427)
@@ -1,3 +1,16 @@
+2012-07-12  Simon Hausmann  <simon.hausm...@nokia.com>
+
+        Typo in path in generate-webkitversion.pl
+        https://bugs.webkit.org/show_bug.cgi?id=90883
+
+        Reviewed by Mark Rowe.
+
+        Correct default path to version config file. In practice it wasn't a problem because only the Qt
+        build system seems to use the script right now and passes the path to the version file as a
+        command line parameter.
+
+        * scripts/generate-webkitversion.pl:
+
 2012-07-11  Crystal Zhang  <haizh...@rim.com>
 
         [BlackBerry] Implement Date/Time picker

Modified: trunk/Source/WebKit/scripts/generate-webkitversion.pl (122426 => 122427)


--- trunk/Source/WebKit/scripts/generate-webkitversion.pl	2012-07-12 08:35:36 UTC (rev 122426)
+++ trunk/Source/WebKit/scripts/generate-webkitversion.pl	2012-07-12 08:38:08 UTC (rev 122427)
@@ -45,7 +45,7 @@
 my $major_version = "";
 my $minor_version = "";
 # The appropriate Apple-maintained Version.xcconfig file for WebKit version information is in WebKit/mac/Configurations/.
-my $configFile = "./Soure/WebKit/mac/Configurations/Version.xcconfig";
+my $configFile = "./Source/WebKit/mac/Configurations/Version.xcconfig";
 my $outputDir = "";
 
 GetOptions('config=s' => \$configFile,
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to