wok-current diff bash/receipt @ rev 18817
Add python-pyte
author | Paul Issott <paul@slitaz.org> |
---|---|
date | Sat Jan 16 09:15:31 2016 +0000 (2016-01-16) |
parents | 303e73fdfb01 |
children | 338c34110bab |
line diff
1.1 --- a/bash/receipt Sat Oct 03 06:23:42 2015 +0300 1.2 +++ b/bash/receipt Sat Jan 16 09:15:31 2016 +0000 1.3 @@ -97,7 +97,7 @@ 1.4 1.5 echo -n 'Do you want to set Bash to default (y/N) ? : ' 1.6 read -t 30 answer 1.7 - [ "$answer" == 'y' ] || return 1.8 + [ "$answer" != 'y' ] && return 1.9 1.10 echo 1.11 echo 'Setting bash as default shell for all users'