From 6e2398300f16741d028a022ddf73c72403728d0c Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Fri, 1 Oct 2010 15:02:14 +0200 Subject: debian/apt.cron.daily: export LANGUAGE LC_MESSAGES LC_ALL as well --- debian/apt.cron.daily | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian') 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 -- cgit v1.2.3