From de95a7804917889b30d4f2fcda7fa045f089b340 Mon Sep 17 00:00:00 2001 From: Eric Zhu Date: Sun, 13 Dec 2015 20:16:19 +0800 Subject: [PATCH] Getting vagrant work on Windows. Force line endings to be LR for *.sh scripts. --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..cd8973640e --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +# Force line endings to be LR even if it's in Windows, +# so that shell script can be run as expected after +# folders syncing from windows host machine to linux +# guests. +*.sh eol=lf