mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 07:38:49 -05:00
.gitattributes: force shell scripts to LF
Bash on Linux errors out on CR characters. This makes tests 1221 and 1222 pass on Linux with a CRLF checkout. Ref: https://github.com/curl/curl/pull/1344#issuecomment-289243166 Closes https://github.com/curl/curl/pull/1422
This commit is contained in:
parent
05c9f42e52
commit
a0576e2f36
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -4,3 +4,4 @@ configure.ac eol=lf
|
|||||||
*.m4 eol=lf
|
*.m4 eol=lf
|
||||||
*.in eol=lf
|
*.in eol=lf
|
||||||
*.am eol=lf
|
*.am eol=lf
|
||||||
|
*.sh eol=lf
|
||||||
|
1
lib/.gitattributes
vendored
Normal file
1
lib/.gitattributes
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
objnames.inc eol=lf
|
Loading…
Reference in New Issue
Block a user