diff options
Diffstat (limited to 'lang.sh')
-rwxr-xr-x | lang.sh | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -6,6 +6,10 @@ if [ -f /etc/sysconfig/i18n ]; then if [ -n "$LANG" ]; then export LANG fi + + if [ -n "$LC_ALL" ]; then + export LC_ALL + fi if [ -n "$LINGUAS" ]; then export LINGUAS |