Fix CONSOLE= handling code for bug 232012
authoragaffney <agaffney@kagome.(none)>
Sun, 24 Aug 2008 06:52:55 +0000 (01:52 -0500)
committeragaffney <agaffney@kagome.(none)>
Sun, 24 Aug 2008 06:52:55 +0000 (01:52 -0500)
ChangeLog
defaults/linuxrc

index 6ab9d74a8f2b7c98c3393cbba547fc7ce9883738..f73660cb094c2b302e18ffec388d4e539ea7a42c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2008 Gentoo Foundation; 2008 Chris Gianelloni
 # Distributed under the GPL v2
 
+  24 Aug 2008; Andrew Gaffney <agaffney@gentoo.org> defaults/linuxrc:
+  Fix CONSOLE= handling code for bug 232012
+
   21 Aug 2008; Andrew Gaffney <agaffney@gentoo.org> -gen_bootloader.sh,
   -gen_bootloader_grub.awk:
   Remove unneeded files for broken grub code
index 784fa66b9b269b4e38eb95bfc1b741e7f3cef7c8..8e39fc5e97f76265c32442ac6a434eb90d6220dc 100644 (file)
@@ -131,7 +131,7 @@ do
                        export MLIST
                ;;
                # Redirect output to a specific tty
-               CONSOLE\=*\|console\=*)
+               CONSOLE\=*|console\=*)
                        CONSOLE=`parse_opt "${x}"`
                        exec >${CONSOLE} <${CONSOLE} 2>&1
                ;;