From 627cbd40580a6cf07ab4ef1b2cb869cff03a31a6 Mon Sep 17 00:00:00 2001 From: hjp Date: Sat, 26 Oct 1996 18:25:17 +0000 Subject: [PATCH] Added some necessary quotes - I really should test changes before committing them ... --- .zshenv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshenv b/.zshenv index 7ad3f40..32d85dd 100644 --- a/.zshenv +++ b/.zshenv @@ -60,7 +60,7 @@ do done export PATH=$NEW_PATH -case `uname -sr` in +case "`uname -sr`" in HP-UX*09.*) export LANG=${LANG:-american.iso88591} export LC_COLLATE=${LC_COLLATE:-american.iso88591@nofold}