wok-next diff bash/receipt @ rev 7635

bash: add a timer on sh link question.
author Antoine Bodin <gokhlayeh@slitaz.org>
date Mon Dec 13 14:30:20 2010 +0100 (2010-12-13)
parents 8b1a253d2a0e
children 20ec1b757fe7
line diff
     1.1 --- a/bash/receipt	Sat Mar 21 18:45:14 2009 +0000
     1.2 +++ b/bash/receipt	Mon Dec 13 14:30:20 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..."