From 79cde40bb0dd74f8d9f429455a6b14262ec9c5f2 Mon Sep 17 00:00:00 2001 From: hjp Date: Sat, 26 Oct 1996 18:21:04 +0000 Subject: [PATCH] Changed LANG variable for HP-UX 10. --- .zshenv | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.zshenv b/.zshenv index 08b8241..7ad3f40 100644 --- a/.zshenv +++ b/.zshenv @@ -60,8 +60,15 @@ do done export PATH=$NEW_PATH -export LANG=american.iso88591 -export LC_COLLATE=american.iso88591@nofold +case `uname -sr` in +HP-UX*09.*) + export LANG=${LANG:-american.iso88591} + export LC_COLLATE=${LC_COLLATE:-american.iso88591@nofold} + ;; +HP-UX*10.*) + export LANG=${LANG:-C.iso88591} + ;; +esac if test "`uname`" = HP-UX then # need to set that explicitely on HP-UX. MESZ isn't standard, so