Added some necessary quotes - I really should test changes before committing
them ...
This commit is contained in:
parent
79cde40bb0
commit
627cbd4058
2
.zshenv
2
.zshenv
|
@ -60,7 +60,7 @@ do
|
||||||
done
|
done
|
||||||
|
|
||||||
export PATH=$NEW_PATH
|
export PATH=$NEW_PATH
|
||||||
case `uname -sr` in
|
case "`uname -sr`" in
|
||||||
HP-UX*09.*)
|
HP-UX*09.*)
|
||||||
export LANG=${LANG:-american.iso88591}
|
export LANG=${LANG:-american.iso88591}
|
||||||
export LC_COLLATE=${LC_COLLATE:-american.iso88591@nofold}
|
export LC_COLLATE=${LC_COLLATE:-american.iso88591@nofold}
|
||||||
|
|
Loading…
Reference in New Issue