if fgrep /usr/bin/zsh etc/shells 1> /dev/null 2> /dev/null ; then
 GOOD=y
else
 echo "/usr/bin/zsh" >> etc/shells
fi
