From f02d319421ed7e8513fc361ed9ed27a9a22be05f Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Mon, 28 Sep 2009 21:02:55 +0200 Subject: [PATCH] unicode_start command: do not redirect stderr to debug file --- autoconfig.functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoconfig.functions b/autoconfig.functions index acf2def..21b7bee 100755 --- a/autoconfig.functions +++ b/autoconfig.functions @@ -297,7 +297,7 @@ config_language(){ if [ -r /etc/default/locale ] ; then if grep -q "LANG=.*UTF" /etc/default/locale ; then einfo "Setting up unicode environment." - unicode_start 2>>$DEBUG ; eend $? + unicode_start ; eend $? fi fi -- 2.1.4