From 8b919af8fd4660efc2d06263a417153a87a2b025 Mon Sep 17 00:00:00 2001 From: David Ferguson Date: Thu, 30 Aug 2018 11:21:35 +0100 Subject: [PATCH] force lf line endings for shell scripts fixes #164 --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..3138f55 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +# make sure shell script line endings are set to lf. +# if set to crlf for resources/pibakery-mount.sh bad things happen (see #164) + +*.sh text eol=lf