SPELL=$(whiptail --title "Spellcheck Support in Mystic" --radiolist --cancel-button Exit-Script "Choose Yes No" 8 58 2 \ "Yes" "Add Spellcheck Support" ON \ "No" "Don't add Spellcheck Support" OFF \ 3>&1 1>&2 2>&3) exitstatus=$? if [ $exitstatus = 0 ]; then echo -e "${DGN}Add Spellcheck Support: ${BGN}$SPELL${CL}" fi