Changeset 31030 in webkit for trunk/JavaScriptCore/pcre/dftables


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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.