wok-undigest rev 665

busybox-boot: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Mar 10 12:05:37 2012 +0100 (2012-03-10)
parents 602a5ad8ef25
children cc97e296e0d5
files busybox-boot/receipt
line diff
     1.1 --- a/busybox-boot/receipt	Sat Mar 10 12:02:36 2012 +0100
     1.2 +++ b/busybox-boot/receipt	Sat Mar 10 12:05:37 2012 +0100
     1.3 @@ -42,14 +42,14 @@
     1.4  TTY=\$(tty)
     1.5  EOT
     1.6  	$jslinux && cat >> $fs/bin/init <<EOT
     1.7 -stty -F $TTY rows 30
     1.8 +stty -F \$TTY rows 30
     1.9  EOT
    1.10  	cat >> $fs/bin/init <<EOT
    1.11  
    1.12  busybox | sed '/Current/,\$!d'
    1.13  while true; do
    1.14 -	#setsid sh -c "exec sh <$TTY >$TTY 2>&1"
    1.15 -	sh <$TTY >$TTY 2>&1
    1.16 +	#setsid sh -c "exec sh <\$TTY >\$TTY 2>&1"
    1.17 +	sh <\$TTY >\$TTY 2>&1
    1.18  done
    1.19  EOT
    1.20  	chmod +x $fs/bin/init