X-Git-Url: https://git.grml.org/?p=grml-autoconfig.git;a=blobdiff_plain;f=autoconfig.functions;h=21b7bee64fd83549c4c7e43c283f40bb6d31ee66;hp=acf2def25a67264ec643881eb1e7e04014a72b19;hb=refs%2Ftags%2Fv0.8.32;hpb=bc8e3d7ffa255f345891e97c52174f48eef58c52 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