[Webkit-unassigned] [Bug 156151] New: prepare-ChangeLog set endl incorrectly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Apr 3 17:06:41 PDT 2016


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

            Bug ID: 156151
           Summary: prepare-ChangeLog set endl incorrectly
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mbbill at gmail.com
                CC: lforschler at apple.com

prepare-Changelog tried to detect line endings based on the target file format, normally the ChangeLog file is in unix ('\n') line endings, and the perl script will prepare content with each line appended with a '\n', but when writing to the file, perl will try to convert line endings with the platform's native line endings and result in changing the whole file into dos format.
setting the binmode can fix this issue.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160404/99b8b661/attachment.html>


More information about the webkit-unassigned mailing list