From a0576e2f362bc1a1adee22c924ce33710a69559f Mon Sep 17 00:00:00 2001 From: Marcel Raad Date: Sat, 15 Apr 2017 00:10:27 +0200 Subject: .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 --- lib/.gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 lib/.gitattributes (limited to 'lib/.gitattributes') 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 -- cgit v1.2.3