add LC_ALL to avoid localized messages

This commit is contained in:
2022-06-24 14:12:32 +02:00
parent 228eba1133
commit 449929d7a7

View File

@@ -147,6 +147,7 @@
# command line
SCRIPT="$0"
CMD="${0##*/}"
export LC_ALL=C
# valid filesystems
# shellcheck disable=2034