From e6db9f71232484e842bbf917960db265679d1e77 Mon Sep 17 00:00:00 2001 From: Martin Blazik Date: Tue, 19 Mar 2024 05:43:36 +0100 Subject: [PATCH] export LC_ALL --- bin/cs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/cs.sh b/bin/cs.sh index 498a3e4..bea7240 100755 --- a/bin/cs.sh +++ b/bin/cs.sh @@ -4,6 +4,6 @@ # locale-gen export LANG="cs_CZ.UTF-8" -#export LC_ALL=$LANG +export LC_ALL=$LANG echo "LANG set to $LANG"