From d2e2bb4bc4cbea8a34b15e66c0207cb731a4893a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Sun, 11 Mar 2012 22:07:37 +0000 Subject: [PATCH] Typo svn path=/nixos/trunk/; revision=33002 --- modules/system/boot/stage-2-init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system/boot/stage-2-init.sh b/modules/system/boot/stage-2-init.sh index 589cd2c7927..fdc8a0161ea 100644 --- a/modules/system/boot/stage-2-init.sh +++ b/modules/system/boot/stage-2-init.sh @@ -182,7 +182,7 @@ if [ -n "$debug2" ]; then done echo "Debug shell called from @out@" - setsid @shell@ < /dev/$console >/dev/$console 2>/dev/console + setsid @shell@ < /dev/$console >/dev/$console 2>/dev/$console fi