unicode_start command: do not redirect stderr to debug file v0.8.32
authorMichael Prokop <mika@grml.org>
Mon, 28 Sep 2009 19:02:55 +0000 (21:02 +0200)
committerMichael Prokop <mika@grml.org>
Mon, 28 Sep 2009 19:06:34 +0000 (21:06 +0200)
autoconfig.functions

index acf2def..21b7bee 100755 (executable)
@@ -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