From d24d557706da41fe919ef8282af64ca4666ffcb3 Mon Sep 17 00:00:00 2001 From: Benjamin Gilbert Date: Sun, 27 Apr 2014 01:07:07 -0400 Subject: [PATCH] Fix build from Git checkout with core.autocrlf=true --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..70ff7d8 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Shell scripts can't have CRLF line endings +*.sh eol=lf