From 8d0e921d8b94bd1b21b770c2d727121d176f27d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20K=C3=B6plinger?= Date: Thu, 23 Feb 2017 14:21:55 +0100 Subject: Fix Windows build due to line ending changes in sed The recent sed update in cygwin [1] changed the way sed handles carriage returns. This meant that every .in file we processed still contained CR, which doesn't work for .sh files. Force LF line endings for those files (and also other shell scripts). [1] https://cygwin.com/ml/cygwin-announce/2017-02/msg00036.html --- docs/.gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 docs/.gitattributes (limited to 'docs') diff --git a/docs/.gitattributes b/docs/.gitattributes new file mode 100644 index 00000000000..1847f864cba --- /dev/null +++ b/docs/.gitattributes @@ -0,0 +1,3 @@ +check-coverage crlf=input +check-exports crlf=input +produce-lists crlf=input -- cgit v1.2.3