wok diff bash/receipt @ rev 7654
Up: mixxx to 1.8.2.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed Dec 15 11:46:40 2010 +0000 (2010-12-15) |
parents | 8b1a253d2a0e |
children | 20ec1b757fe7 |
line diff
1.1 --- a/bash/receipt Sat Mar 21 18:45:14 2009 +0000 1.2 +++ b/bash/receipt Wed Dec 15 11:46:40 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..."