From e4299f702047a4bb151e1594983f2acb7ca38235 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 (limited to 'debian') 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