wok-undigest diff busybox-boot/receipt @ rev 663

busybox-boot: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Mar 10 11:27:38 2012 +0100 (2012-03-10)
parents 8c20ebc73467
children 602a5ad8ef25
line diff
     1.1 --- a/busybox-boot/receipt	Sat Mar 10 11:07:12 2012 +0100
     1.2 +++ b/busybox-boot/receipt	Sat Mar 10 11:27:38 2012 +0100
     1.3 @@ -41,10 +41,10 @@
     1.4  
     1.5  TTY=$(tty)
     1.6  EOT
     1.7 -	$jslinux && cat > $fs/bin/init <<EOT
     1.8 +	$jslinux && cat >> $fs/bin/init <<EOT
     1.9  stty -F $TTY rows 30 ;;
    1.10  EOT
    1.11 -	cat > $fs/bin/init <<EOT
    1.12 +	cat >> $fs/bin/init <<EOT
    1.13  
    1.14  busybox | sed '/Current/,\$!d'
    1.15  while true; do