summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2010-10-01 15:02:14 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2010-10-01 15:02:14 +0200
commit6e2398300f16741d028a022ddf73c72403728d0c (patch)
treea5f918328c0271f5a2cc510372021cfacedef3de
parent966a4c5320a8d7a76749c2ddbfc29708d71bda3c (diff)
debian/apt.cron.daily: export LANGUAGE LC_MESSAGES LC_ALL as well
-rw-r--r--debian/apt.cron.daily2
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