Move error output of unicode_start to $DEBUG.
[grml-autoconfig.git] / autoconfig.functions
index ae4edd7..81edf60 100755 (executable)
@@ -4,7 +4,7 @@
 # Authors:       grml-team (grml.org), (c) Klaus Knopper <knopper@knopper.net>, (c) Michael Prokop <mika@grml.org>
 # Bug-Reports:   see http://grml.org/bugs/
 # License:       This file is licensed under the GPL v2.
-# Latest change: Fre Apr 13 12:49:52 CEST 2007 [mika]
+# Latest change: Son Apr 15 12:20:14 CEST 2007 [mika]
 ################################################################################
 
 # {{{ path, variables, signals, umask, zsh
@@ -277,7 +277,7 @@ config_language(){
           ewarn "Not runnning unicode_start: grml-small with reduced language support detected." ; eend 0
        else
           einfo "Setting up unicode environment."
-          unicode_start ; eend $?
+          unicode_start 2>>$DEBUG ; eend $?
        fi
     fi
  fi