wok diff bash/receipt @ rev 7780

Added /usr/lib/girepository-1.0 to gdk-pixbuf package.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Dec 23 09:18:42 2010 +0000 (2010-12-23)
parents 8b1a253d2a0e
children 20ec1b757fe7
line diff
     1.1 --- a/bash/receipt	Sat Mar 21 18:45:14 2009 +0000
     1.2 +++ b/bash/receipt	Thu Dec 23 09:18:42 2010 +0000
     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..."