slitaz-tools rev 635

tazx: line wrape
author Christophe Lincoln <pankso@slitaz.org>
date Thu Jun 16 20:37:04 2011 +0200 (2011-06-16)
parents 093a5116dfff
children 04f34d2e0930
files tinyutils/tazx
line diff
     1.1 --- a/tinyutils/tazx	Thu Jun 16 20:35:34 2011 +0200
     1.2 +++ b/tinyutils/tazx	Thu Jun 16 20:37:04 2011 +0200
     1.3 @@ -126,7 +126,8 @@
     1.4  	value=`$DIALOG --clear --colors --title " $(gettext "Install Xorg") " \
     1.5  		--menu "\
     1.6  $(gettext "Tazx helps you to select your X driver.")" 16 70 5 \
     1.7 -	$(fgrep xorg-xf86-video /var/lib/tazpkg/packages.list | cut -d- -f4 | while read x; do echo $x; echo driver; done) \
     1.8 +	$(fgrep xorg-xf86-video /var/lib/tazpkg/packages.list | cut -d- -f4 | \
     1.9 +		while read x; do echo $x; echo driver; done) \
    1.10  	"quit" "Quitter" \
    1.11  	2>&1 1>&3`
    1.12  	retval=$?