From fef30a9e89ec4d4814f56e87b0ae9a4ef5dd6fc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Kovac=20Neumann?= Date: Tue, 14 Nov 2023 12:58:07 +0000 Subject: [PATCH] Replace LANG with LC_ALL MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Nicolás Kovac --- packaging/bin/pki-enroll-request.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/bin/pki-enroll-request.sh b/packaging/bin/pki-enroll-request.sh index 1cc039d8fe0..c1aeb6fbbf0 100755 --- a/packaging/bin/pki-enroll-request.sh +++ b/packaging/bin/pki-enroll-request.sh @@ -129,7 +129,7 @@ done common_set_conf_vars LOCK="${PKIDIR}/${CA_FILE}".pem -LANG=C df -l "${LOCK}" 2> /dev/null | grep -q "File" || die "${LOCK} is not on a local filesystem" +LC_ALL=C df -l "${LOCK}" 2> /dev/null | grep -q "File" || die "${LOCK} is not on a local filesystem" # Wait for lock on fd 9 (