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


Ignore:
Timestamp:
Jan 12, 2008, 10:19:57 AM (17 years ago)
Author:
Darin Adler
Message:
  • try to fix Qt Windows build
  • pcre/dftables: Remove reliance on the list form of Perl pipes.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/pcre/dftables

    r29382 r29440  
    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.