Reactos

[GIT] Ensure .sh script files use LF (Unix) line endings (#7772)

For example, this is what's expected by Cygwin (ba)sh on Windows.

+3
+3
.gitattributes
··· 30 30 *.TXT text 31 31 *.y text 32 32 33 + # Files with these extensions must always have LF (Unix) line endings. 34 + *.sh text eol=lf 35 + 33 36 # Files with these extensions end up in the built ReactOS system, so they 34 37 # need to have CRLF line endings. 35 38 *.bat text eol=crlf