[Webkit-unassigned] [Bug 79509] New: Bash scripts should support LF endings only

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 24 10:49:38 PST 2012


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

           Summary: Bash scripts should support LF endings only
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ashodnakashian at yahoo.com


Some bash scripts have svn:eol-style property set to LF while others have it set to Native, which on Windows is CRLF. This is causing issues on bash versions that find CR unexpected.

This bug is to set svn:eol-style to LF on all bash scripts (and possibly consider python and perl scripts as well). This is the most common denominator and should avoid potential issues.

-- 
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