wok diff bash/receipt @ rev 21591

mhwaveedit: add stuff/mhwaveedit.png
author Richard Dunbar <mojo@slitaz.org>
date Mon May 20 19:48:02 2019 -0400 (2019-05-20)
parents 45195b132e80
children 1d5e590f745a
line diff
     1.1 --- a/bash/receipt	Sat Feb 18 23:01:05 2017 +0100
     1.2 +++ b/bash/receipt	Mon May 20 19:48:02 2019 -0400
     1.3 @@ -97,6 +97,7 @@
     1.4  	# Exit function in non-interactive mode (when user can't answer question)
     1.5  	! tty -s && return
     1.6  
     1.7 +	echo
     1.8  	echo -n 'Do you want to set Bash to default (y/N) ? : '
     1.9  	read -t 30 answer
    1.10  	[ "$answer" != 'y' ] && return