| Summary: | app-shells/bash-4.1_p9: /bin/sh: warning: setlocale: LC_ALL: cannot change locale | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | VSC55 <jpastor> |
| Component: | Current packages | Assignee: | Gentoo's Team for Core System packages <base-system> |
| Status: | RESOLVED INVALID | ||
| Severity: | minor | ||
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
VSC55
2011-09-18 11:28:56 UTC
setting LC_ALL in /etc/profile* is wrong (In reply to comment #1) > setting LC_ALL in /etc/profile* is wrong # vi /etc/profile.csh setenv LANG 'es_ES.UTF-8' setenv LANGUAGE 'es_ES.utf8' setenv LC_ALL 'es_ES.utf8' ----------------------------------------------------------------- # vi /etc/profile.env export LC_ALL='es_ES@euro' export LC_LANG='es_ES@euro' |