diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2010-10-01 15:02:14 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2010-10-01 15:02:14 +0200 |
commit | 6e2398300f16741d028a022ddf73c72403728d0c (patch) | |
tree | a5f918328c0271f5a2cc510372021cfacedef3de /debian/apt.cron.daily | |
parent | 966a4c5320a8d7a76749c2ddbfc29708d71bda3c (diff) |
debian/apt.cron.daily: export LANGUAGE LC_MESSAGES LC_ALL as well
Diffstat (limited to 'debian/apt.cron.daily')
-rw-r--r-- | debian/apt.cron.daily | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/apt.cron.daily b/debian/apt.cron.daily index 40be6e55d..3da279c13 100644 --- a/debian/apt.cron.daily +++ b/debian/apt.cron.daily @@ -434,7 +434,7 @@ random_sleep # fetch the right translated package descriptions if [ -r /etc/default/locale ]; then . /etc/default/locale - export LANG + export LANG LANGUAGE LC_MESSAGES LC_ALL fi # update package lists |