From f137bbe79f4249a296c0e9064a29f5c76f38273d Mon Sep 17 00:00:00 2001 From: Judd Vinet Date: Wed, 1 Feb 2006 21:24:08 +0000 Subject: utf8 little fix --- rc.sysinit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc.sysinit b/rc.sysinit index e21fe6c..27d6a40 100755 --- a/rc.sysinit +++ b/rc.sysinit @@ -236,8 +236,8 @@ if [ "$CONSOLEFONT" != "" ]; then else /usr/bin/setfont $CONSOLEFONT -C /dev/vc/${i} fi - echo 'echo -ne "\e(K"' >>/etc/profile.d/locale.sh done + echo 'echo -ne "\e(K"' >>/etc/profile.d/locale.sh stat_done fi -- cgit v1.2.3