wok-next diff bash/receipt @ rev 18809

Up python-six (1.10.0)
author Paul Issott <paul@slitaz.org>
date Thu Jan 14 19:18:43 2016 +0000 (2016-01-14)
parents 303e73fdfb01
children 338c34110bab
line diff
     1.1 --- a/bash/receipt	Sat Oct 03 06:23:42 2015 +0300
     1.2 +++ b/bash/receipt	Thu Jan 14 19:18:43 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'