From 449929d7a76e7661f8b8a6addaf56187b1966ffa Mon Sep 17 00:00:00 2001 From: Bruno Raoult Date: Fri, 24 Jun 2022 14:12:32 +0200 Subject: [PATCH] add LC_ALL to avoid localized messages --- bash/dup-live-disk.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bash/dup-live-disk.sh b/bash/dup-live-disk.sh index 60c14ee..ec9728d 100755 --- a/bash/dup-live-disk.sh +++ b/bash/dup-live-disk.sh @@ -147,6 +147,7 @@ # command line SCRIPT="$0" CMD="${0##*/}" +export LC_ALL=C # valid filesystems # shellcheck disable=2034