Changeset 122427 in webkit


Ignore:
Timestamp:
Jul 12, 2012 1:38:08 AM (12 years ago)
Author:
commit-queue@webkit.org
Message:

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

Patch by Simon Hausmann <simon.hausmann@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:
Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r122364 r122427  
     12012-07-12  Simon Hausmann  <simon.hausmann@nokia.com>
     2
     3        Typo in path in generate-webkitversion.pl
     4        https://bugs.webkit.org/show_bug.cgi?id=90883
     5
     6        Reviewed by Mark Rowe.
     7
     8        Correct default path to version config file. In practice it wasn't a problem because only the Qt
     9        build system seems to use the script right now and passes the path to the version file as a
     10        command line parameter.
     11
     12        * scripts/generate-webkitversion.pl:
     13
    1142012-07-11  Crystal Zhang  <haizhang@rim.com>
    215
  • trunk/Source/WebKit/scripts/generate-webkitversion.pl

    r90093 r122427  
    4646my $minor_version = "";
    4747# The appropriate Apple-maintained Version.xcconfig file for WebKit version information is in WebKit/mac/Configurations/.
    48 my $configFile = "./Soure/WebKit/mac/Configurations/Version.xcconfig";
     48my $configFile = "./Source/WebKit/mac/Configurations/Version.xcconfig";
    4949my $outputDir = "";
    5050
Note: See TracChangeset for help on using the changeset viewer.