aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Kyrylych <roman@archlinux.org>2008-09-25 00:33:32 -0500
committerAaron Griffin <aaronmgriffin@gmail.com>2008-09-25 00:33:32 -0500
commit572019c5a188d22a1e833c1a27081227a65133f9 (patch)
tree8b1c6a5c316e44b0db4c480a65a62d56491a6a85
parentaf5516dc690a3b2fab88188cfcde898ca0efbf4b (diff)
downloadinitscripts-572019c5a188d22a1e833c1a27081227a65133f9.tar.xz
Added missing slash
Signed-off-by: Roman Kyrylych <roman@archlinux.org> Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
-rwxr-xr-xrc.sysinit2
1 files changed, 1 insertions, 1 deletions
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