feat: Convert line endings

This commit is contained in:
Kroese 2024-05-15 15:56:02 +02:00 committed by GitHub
parent ad921201f2
commit 46138618de
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
}