diff options
author | Marcel Raad <raad@teamviewer.com> | 2017-04-15 00:10:27 +0200 |
---|---|---|
committer | Marcel Raad <raad@teamviewer.com> | 2017-04-17 08:32:13 +0200 |
commit | a0576e2f362bc1a1adee22c924ce33710a69559f (patch) | |
tree | adc22686e69d2191166cde1b6bddd2a2b7b06462 /lib/.gitattributes | |
parent | 05c9f42e52d02448664d794cb64a91f36ac39296 (diff) |
.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
Diffstat (limited to 'lib/.gitattributes')
-rw-r--r-- | lib/.gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/.gitattributes b/lib/.gitattributes new file mode 100644 index 000000000..563eba7fd --- /dev/null +++ b/lib/.gitattributes @@ -0,0 +1 @@ +objnames.inc eol=lf |