wok diff bash/receipt @ rev 19187

Up slitaz-tools(995)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jun 04 17:18:48 2016 +0300 (2016-06-04)
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 Jun 04 17:18:48 2016 +0300
     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