From 4fbc6d8759e2438dedfcdffee620136b1dc497a7 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 4 Oct 2006 21:52:50 +0000 Subject: invoke unicode_stop correctly --- setsysfont | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'setsysfont') diff --git a/setsysfont b/setsysfont index 5f818a9f..29d4506c 100755 --- a/setsysfont +++ b/setsysfont @@ -14,7 +14,8 @@ case "$LANG" in ;; *) if /sbin/consoletype fg ; then - exec unicode_stop + # no exec, unicode_stop does not set a font + unicode_stop fi ;; esac -- cgit v1.2.1