From 18d55d63cc5bd1d968aab4b13b7ca689c2b7d976 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 10:29:11 +0200 Subject: Adding locales fallback. Signed-off-by: Daniel Baumann --- debian/local/bash/profile.d/zz-locales.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 debian/local/bash/profile.d/zz-locales.sh diff --git a/debian/local/bash/profile.d/zz-locales.sh b/debian/local/bash/profile.d/zz-locales.sh new file mode 100644 index 0000000..66978ea --- /dev/null +++ b/debian/local/bash/profile.d/zz-locales.sh @@ -0,0 +1,3 @@ +# /etc/profile.d/zz-locales.sh + +export LC_ALL="${LC_ALL:-C.UTF-8}" -- cgit v1.2.3