summaryrefslogtreecommitdiff
path: root/scripts/init-top
diff options
context:
space:
mode:
authorMichael Prokop <mika@grml.org>2007-09-05 22:22:20 +0200
committermaximilian attems <max@stro.at>2007-09-05 22:22:20 +0200
commitfd0b67f392bc351dacf6b29532fc478d1ff9f118 (patch)
tree866620fd1f306845c06aaa2257d063bc31be8a26 /scripts/init-top
parent803cf67dabfe32516f2ed08ba76dc9de7f9311cb (diff)
scripts/init-top/framebuffer: fix variable name
s/fbnum/fbno/
Diffstat (limited to 'scripts/init-top')
-rwxr-xr-xscripts/init-top/framebuffer2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/init-top/framebuffer b/scripts/init-top/framebuffer
index 9292024..2427b47 100755
--- a/scripts/init-top/framebuffer
+++ b/scripts/init-top/framebuffer
@@ -88,7 +88,7 @@ fi
if [ -e /proc/fb ]; then
while read fbno desc; do
- if [ $(($fbnum < 32)) ]; then
+ if [ $(($fbno < 32)) ]; then
mknod /dev/fb${fbno} c 29 ${fbno}
fi
done < /proc/fb