config_query_list ZSH_BUILD "Which version do you want to build?" \
                  stable devel cvs &&
if [[ $ZSH_BUILD == "cvs" ]]
then
config_query ZSH_CVS_AUTO "Automaticaly update on system-update/queue?" n
fi
