# HG changeset patch # User Antoine Bodin # Date 1292247020 -3600 # Node ID 152a1f9dc01a99bd56b9b896d7fcbcd4b1c698b0 # Parent 6dcea00d3e3bbc9a0bf1683175d8900cea851979 bash: add a timer on sh link question. diff -r 6dcea00d3e3b -r 152a1f9dc01a bash/receipt --- a/bash/receipt Mon Dec 13 14:28:07 2010 +0100 +++ b/bash/receipt Mon Dec 13 14:30:20 2010 +0100 @@ -52,7 +52,8 @@ echo "" echo "**** Actual SH link : $sh" echo "" - echo -n "Do you want Bash for /bin/sh (yes/No) ? : "; read anser + echo -n "Do you want Bash for /bin/sh (yes/No) ? : " + read -t 30 anser if [ "$anser" == "yes" ]; then echo "" echo -n "Removing sh link to make a new one pointing on /bin/bash..."