wok diff bash/receipt @ rev 19302

Up mutt (1.6.1)
author Paul Issott <paul@slitaz.org>
date Sat Jul 09 20:35:00 2016 +0100 (2016-07-09)
parents 6492649051cf
children 5d404602443f
line diff
     1.1 --- a/bash/receipt	Thu Oct 08 04:06:36 2015 +0300
     1.2 +++ b/bash/receipt	Sat Jul 09 20:35:00 2016 +0100
     1.3 @@ -93,7 +93,7 @@
     1.4  	mkdir -p "$1/etc/skel"; cp -a "$1/etc/bashrc" "$1/etc/skel/.bashrc"
     1.5  
     1.6  	# Exit function in non-interactive mode (when user can't answer question)
     1.7 -	tty -s || return
     1.8 +	! tty -s && return
     1.9  
    1.10  	echo -n 'Do you want to set Bash to default (y/N) ? : '
    1.11  	read -t 30 answer