wok-stable diff bash/receipt @ rev 7701

get-upx: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Dec 18 21:53:37 2010 +0100 (2010-12-18)
parents 8b1a253d2a0e
children 20ec1b757fe7
line diff
     1.1 --- a/bash/receipt	Sat Mar 21 18:45:14 2009 +0000
     1.2 +++ b/bash/receipt	Sat Dec 18 21:53:37 2010 +0100
     1.3 @@ -52,7 +52,8 @@
     1.4  		echo ""
     1.5  		echo "**** Actual SH link : $sh"
     1.6  		echo ""
     1.7 -		echo -n "Do you want Bash for /bin/sh (yes/No) ? : "; read anser
     1.8 +		echo -n "Do you want Bash for /bin/sh (yes/No) ? : "
     1.9 +		read -t 30 anser
    1.10  		if [ "$anser" == "yes" ]; then
    1.11  			echo ""
    1.12  			echo -n "Removing sh link to make a new one pointing on /bin/bash..."