From 46138618dee460a9ab50dc3190e8526b6972747d Mon Sep 17 00:00:00 2001 From: Kroese Date: Wed, 15 May 2024 15:56:02 +0200 Subject: [PATCH] feat: Convert line endings --- src/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/install.sh b/src/install.sh index 57f2cba..653edc9 100644 --- a/src/install.sh +++ b/src/install.sh @@ -960,7 +960,7 @@ copyOEM() { fi file=$(find "$dest" -maxdepth 1 -type f -iname install.bat | head -n 1) - [ -f "$file" ] && unix2dos "$file" + [ -f "$file" ] && unix2dos -q "$file" return 0 }