slitaz-tools rev 110

soundconf: dialog --yesno fix
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Mar 14 14:40:24 2008 +0000 (2008-03-14)
parents cf48909717ba
children 2c02d6d4b583
files tinyutils/soundconf
line diff
     1.1 --- a/tinyutils/soundconf	Thu Mar 13 16:50:56 2008 +0100
     1.2 +++ b/tinyutils/soundconf	Fri Mar 14 14:40:24 2008 +0000
     1.3 @@ -1035,7 +1035,7 @@
     1.4   Shall I try all possible DMA and IRQ combinations?
     1.5   With this option, some unconventional configuration
     1.6   might be found, but it will take much longer time.")
     1.7 -	if $DIALOG --yesno "$msg" 15 70 5
     1.8 +	if $DIALOG --yesno "$msg" 15 70
     1.9  	    then
    1.10  	    try_all_combination=1
    1.11  	fi
    1.12 @@ -1164,7 +1164,7 @@
    1.13   Would you like to probe legacy ISA sound cards/chips?
    1.14  
    1.15  ")
    1.16 -    if $DIALOG --yesno "$msg" 15 70 5 ; then
    1.17 +    if $DIALOG --yesno "$msg" 15 70 ; then
    1.18  	ac_config_legacy
    1.19  	exit 0
    1.20      fi