slitaz-dev-tools rev 26 1.0.2

tazchroot: replace fold by fold -s in config file
author Antoine Bodin <gokhlayeh@slitaz.org>
date Fri Mar 04 04:27:51 2011 +0100 (2011-03-04)
parents 120d119c2141
children b32207952026
files tazchroot/tazchroot.conf
line diff
     1.1 --- a/tazchroot/tazchroot.conf	Fri Mar 04 04:25:39 2011 +0100
     1.2 +++ b/tazchroot/tazchroot.conf	Fri Mar 04 04:27:51 2011 +0100
     1.3 @@ -46,7 +46,7 @@
     1.4  screw you're main system.
     1.5  Don't continue to run this script if you're installing something.
     1.6  
     1.7 -Continue to run (type 'yes' to continue) ? " | fold; read answer
     1.8 +Continue to run (type 'yes' to continue) ? " | fold -s; read answer
     1.9  	[ "$answer" = yes ] || exit
    1.10  
    1.11  	if [ -f "$LOCALSTATE/priotity" ]; then
    1.12 @@ -70,7 +70,7 @@
    1.13  	tazpkg recharge
    1.14  
    1.15  	echo -e "\\033[1;31mWarning:\\033[0m You're SliTaz repository configuration is now \
    1.16 -back to normal state." | fold
    1.17 +back to normal state." | fold -s
    1.18  }
    1.19  
    1.20  mount_chroot()