[Webkit-unassigned] [Bug 29656] New: [Qt] Make WebKitTools/Scripits/run-unspider script work on Windows platform

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 22 15:35:38 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=29656

           Summary: [Qt] Make WebKitTools/Scripits/run-unspider script
                    work on Windows platform
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: oszi at inf.u-szeged.hu


If you build QtWebKit on Windows platform, you have to use 
cmd.exe as shell. It doesn't interpret the first line of 
scripts, eg #!/usr/bin/perl, but you have to run perl scripts
directly with "perl ./foo.pl" command instead of "./foo.pl"

It is the correct thing if you invoke external script from
a perl script with exec or system command.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list