wok-next diff vim/receipt @ rev 14859
Up: gpodder (3.5.1)
author | Claudinei Pereira <claudinei@slitaz.org> |
---|---|
date | Mon Jul 22 18:17:33 2013 -0300 (2013-07-22) |
parents | fbb0f6a5043a |
children | 2a21689b0af7 |
line diff
1.1 --- a/vim/receipt Thu Aug 23 09:27:46 2012 +0200 1.2 +++ b/vim/receipt Mon Jul 22 18:17:33 2013 -0300 1.3 @@ -59,7 +59,7 @@ 1.4 echo "" 1.5 echo "**** Actual VI link : $cmd" 1.6 echo "" 1.7 - echo -n "Do you want vim for /bin/vi (y/N) ? : "; read anser 1.8 + echo -n "Do you want vim for /bin/vi (y/N) ? : "; read -t 30 anser 1.9 if [ "$anser" == "y" ]; then 1.10 echo "" 1.11 echo -n "Removing vi link to make a new one pointing on /usr/bin/vim..."