Changeset 31030 in webkit for trunk/JavaScriptCore


Ignore:
Timestamp:
Mar 13, 2008, 9:17:13 AM (17 years ago)
Author:
Simon Hausmann
Message:

Attempt at fixing the Qt/Windows build bot. Quote using double-quotes
instead of single quotes.

Location:
trunk/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r31005 r31030  
     12008-03-13  Simon Hausmann  <[email protected]>
     2
     3        Reviewed by Adam Roben.
     4
     5        Attempt at fixing the Qt/Windows build bot. Quote using double-quotes
     6        instead of single quotes.
     7
     8        * pcre/dftables:
     9
    1102008-03-12  Steve Falkenburg  <[email protected]>
    211
  • trunk/JavaScriptCore/pcre/dftables

    r29440 r31030  
    256256    close($fh);
    257257
    258     open(CPP, "cpp '$tempFile' |") or die "$!";
     258    open(CPP, "cpp \"$tempFile\" |") or die "$!";
    259259    my $content = <CPP>;
    260260    close(CPP);
Note: See TracChangeset for help on using the changeset viewer.