From 572019c5a188d22a1e833c1a27081227a65133f9 Mon Sep 17 00:00:00 2001 From: Roman Kyrylych Date: Thu, 25 Sep 2008 00:33:32 -0500 Subject: Added missing slash Signed-off-by: Roman Kyrylych Signed-off-by: Aaron Griffin --- rc.sysinit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc.sysinit b/rc.sysinit index a24f692..76ce5a2 100755 --- a/rc.sysinit +++ b/rc.sysinit @@ -359,7 +359,7 @@ if echo "$LOCALE" | /bin/grep -qi utf ; then # this code is needed not only for older kernels, # but also when user has set vt.default_utf8=0 but LOCALE is *.UTF-8. for i in $(/usr/bin/seq 0 63); do - usr/bin/kbd_mode -u < /dev/vc/${i} + /usr/bin/kbd_mode -u < /dev/vc/${i} printf "\e%%G" > /dev/vc/${i} done # the $CONSOLE check helps us avoid this when running scripts from cron -- cgit v1.2.3