Changeset 169078 in webkit


Ignore:
Timestamp:
May 19, 2014 3:39:27 PM (10 years ago)
Author:
ddkilzer@apple.com
Message:

REGRESSION (r169042): Fix run-api-tests on Mountain Lion
<http://webkit.org/b/132954>

  • Scripts/webkitdirs.pm:

(sharedCommandLineOptionsUsage): Remove the prototype for the
subroutine. Older perls don't like the "+@" syntax.

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r169043 r169078  
     12014-05-19  David Kilzer  <ddkilzer@apple.com>
     2
     3        REGRESSION (r169042): Fix run-api-tests on Mountain Lion
     4        <http://webkit.org/b/132954>
     5
     6        * Scripts/webkitdirs.pm:
     7        (sharedCommandLineOptionsUsage): Remove the prototype for the
     8        subroutine.  Older perls don't like the "+@" syntax.
     9
    1102014-05-19  Eva Balazsfalvi  <evab.u-szeged@partner.samsung.com>
    211
  • trunk/Tools/Scripts/webkitdirs.pm

    r169042 r169078  
    12991299}
    13001300
    1301 sub sharedCommandLineOptionsUsage(+@)
     1301sub sharedCommandLineOptionsUsage
    13021302{
    13031303    my %opts = @_;
Note: See TracChangeset for help on using the changeset viewer.