[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lmi-commits] [lmi] master f9ed2d2 2/4: Prevent locale issues
From: |
Greg Chicares |
Subject: |
[lmi-commits] [lmi] master f9ed2d2 2/4: Prevent locale issues |
Date: |
Fri, 19 Apr 2019 16:46:29 -0400 (EDT) |
branch: master
commit f9ed2d218013377bfcf181c3768e74888b37133d
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>
Prevent locale issues
Specified $LC_ALL in startup file--see:
https://lists.nongnu.org/archive/html/lmi/2019-04/msg00013.html
This gets rid of the perl problem observed with this command:
$/usr/bin/print --help
---
gwc/.zshrc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gwc/.zshrc b/gwc/.zshrc
index 75d420c..cf30711 100644
--- a/gwc/.zshrc
+++ b/gwc/.zshrc
@@ -17,7 +17,7 @@ export DISPLAY=":0.0"
export coefficiency='--jobs=32'
# export TZ=UCT
-export LANG=en_US.UTF-8 LC_TIME=en_DK.UTF-8 LC_COLLATE=C.UTF-8
+export LANG=en_US.UTF-8 LC_ALL=C.UTF-8 LC_TIME=en_DK.UTF-8 LC_COLLATE=C.UTF-8
# It is generally preferable to do this:
# update-locale LANG=en_US.UTF-8 LC_TIME=en_DK.UTF-8 LC_COLLATE=C.UTF-8
# but neither the chroot's nor the host's /etc/default/locale is