From c74a7bb7c74958a1722fc9edb5f23d3d39a5b4b7 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Apr 2024 07:17:58 +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/local') 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