wok diff bash/receipt @ rev 18892

remove: tazpanel-ttf-css, tazpanel-theme-sandfive(in wok-backports)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Fri Feb 12 20:27:04 2016 +0000 (2016-02-12)
parents 303e73fdfb01
children 338c34110bab
line diff
     1.1 --- a/bash/receipt	Sat Oct 03 06:23:42 2015 +0300
     1.2 +++ b/bash/receipt	Fri Feb 12 20:27:04 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'