From 74dda8291efae78f00bb781148c8fd4fccaeb764 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20Januszewski?= Date: Tue, 14 Jun 2011 23:23:33 +0200 Subject: [PATCH] Fix typo in the Gentoo initscript. --- gentoo/init-fbcondecor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gentoo/init-fbcondecor b/gentoo/init-fbcondecor index b66f40a..ce921b6 100755 --- a/gentoo/init-fbcondecor +++ b/gentoo/init-fbcondecor @@ -12,7 +12,7 @@ start() { splash_setup if [ -z "${FBCONDECOR_TTYS}" ]; then - FBCONDECOR_TTYS=$(seq 1 "${rc_tty_number:-${RC_TTY_NUMBER}:-12}") + FBCONDECOR_TTYS=$(seq 1 "${rc_tty_number:-${RC_TTY_NUMBER:-12}}") fi local err=0 -- 2.11.4.GIT