From: Michael Vogt Date: Fri, 1 Oct 2010 13:02:14 +0000 (+0200) Subject: debian/apt.cron.daily: export LANGUAGE LC_MESSAGES LC_ALL as well X-Git-Tag: 0.8.7~10^2~1 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/6e2398300f16741d028a022ddf73c72403728d0c debian/apt.cron.daily: export LANGUAGE LC_MESSAGES LC_ALL as well --- 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