Skip to content

Commit

Permalink
.gitattributes: force shell scripts to LF
Browse files Browse the repository at this point in the history
Bash on Linux errors out on CR characters.
This makes tests 1221 and 1222 pass on Linux with a CRLF checkout.

Ref: curl#1344 (comment)
Closes curl#1422
  • Loading branch information
MarcelRaad committed Apr 17, 2017
1 parent 05c9f42 commit a0576e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ configure.ac eol=lf
*.m4 eol=lf
*.in eol=lf
*.am eol=lf
*.sh eol=lf
1 change: 1 addition & 0 deletions lib/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
objnames.inc eol=lf

0 comments on commit a0576e2

Please sign in to comment.