aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Bächler <thomas@archlinux.org>2007-10-21 15:11:20 +0200
committerThomas Bächler <thomas@archlinux.org>2007-10-21 15:11:20 +0200
commitbbc2f945cb5df2ff103759ccb6de5183a87487b7 (patch)
tree2fdde0f24b1bd76fffc444650f7e9cae9602c2a3
parent59f89b4a25fbc100551a814f5bcf81aa05b6c2e7 (diff)
downloadinitscripts-bbc2f945cb5df2ff103759ccb6de5183a87487b7.tar.xz
yes, I fixed a trailing whitespace
-rwxr-xr-xrc.sysinit2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.sysinit b/rc.sysinit
index c63c1d9..8c157d9 100755
--- a/rc.sysinit
+++ b/rc.sysinit
@@ -366,7 +366,7 @@ if [ -n "$CONSOLEFONT" ]; then
if [ -n "$CONSOLEMAP" ] && echo "$LOCALE" | /bin/grep -qi utf ; then
CONSOLEMAP=""
fi
- for i in $(seq 1 63); do
+ for i in $(seq 1 63); do
if [ -n "$CONSOLEMAP" ]; then
/usr/bin/setfont -m $CONSOLEMAP $CONSOLEFONT -C /dev/vc/${i}
else