From c304f9e585a192dd703b9261666fa3824e5205a1 Mon Sep 17 00:00:00 2001 From: Starnuto di topo Date: Mon, 12 Dec 2022 11:40:16 +0100 Subject: [PATCH] Set git attributes, so that the image can be built on Windows, too. Without this fix, attempts to build on Windows systems cause `'\r': command not found` error, because of git's EOL management. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..dfdb8b7 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.sh text eol=lf