Make printf line endings consistent

This commit is contained in:
2024-05-27 12:36:34 +02:00
parent 43ed03d687
commit 13fe52c9dc
4 changed files with 7 additions and 7 deletions

View File

@@ -389,7 +389,7 @@
done
if [[ ! "${arch}" ]] ; then
printf 'unsupported arch' >&2
printf 'unsupported arch\n' >&2
exit 1
fi