From d4bd7c245c018d9de3f25eca580515cfc3048217 Mon Sep 17 00:00:00 2001 From: Judd Vinet Date: Mon, 20 Feb 2006 05:26:07 +0000 Subject: fix for terminal/locale bug (3996) --- rc.sysinit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc.sysinit b/rc.sysinit index 56ea9de..1a25055 100755 --- a/rc.sysinit +++ b/rc.sysinit @@ -250,7 +250,7 @@ if [ "$CONSOLEFONT" != "" ]; then /usr/bin/setfont $CONSOLEFONT -C /dev/vc/${i} fi done - echo 'echo -ne "\e(K"' >>/etc/profile.d/locale.sh + echo 'if [ "$TERM" = "linux" ]; then echo -ne "\e(K"; fi' >>/etc/profile.d/locale.sh stat_done fi -- cgit v1.2.3