config_query ISCVS "Would you like to use latest cvs tar ball?" y

if [[ "$ISCVS" == "y" ]]
then
	[ -f ${SOURCE_CACHE}/${SPELL}-svn-latest.tar.bz2 ] &&
	rm ${SOURCE_CACHE}/${SPELL}-svn-latest.tar.bz2
	echo ""
fi
