From ad828621359963e6eaadb07cf2b834eb9d53cf01 Mon Sep 17 00:00:00 2001 From: Vincas Dargis Date: Sat, 28 May 2016 10:30:33 -0700 Subject: [PATCH] fix(.gitattributes): bootstrap.sh execution fails on MSYS change .gitattributes to set 'lf' line ending for *.sh files to make them work with MSYS sh. --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index 254c8de17..0dd3c153d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,8 @@ # Fix GitHub thinking our translations are TypeScript *.ts linguist-language=XML +# fix bootstrap.sh on Windows MSYS +*.sh eol=lf + # Don't count the translation files in the language stats translations/* linguist-vendored