# $Id$ select_timezone_region() { local items=( $(${INSTALLER_DIR}/include/timezone.sh --regions) ) local count=${#items[*]} local i dialog \ --stdout \ --colors \ --title "Setup TZ-Data" \ --backtitle "${TITLE}" \ --menu "Select a Region" \ 0 0 ${count} \ $(for (( i=0; i