--- trunk/mage/usr/lib/mage/mage4.sh 2008/06/16 09:29:57 739 +++ trunk/mage/usr/lib/mage/mage4.sh 2010/06/28 17:45:18 1080 @@ -55,7 +55,7 @@ # sanity checks [ ! -e ${VIRTUALDB_FILE} ] && touch ${VIRTUALDB_FILE} -if [ ! -e ${VIRTUALDB_DEFAULTS} ] && [[ $1 != update ]] +if [ ! -e ${VIRTUALDB_DEFAULTS} ] && [[ $1 != update ]] && [[ $1 != update-tarball ]] then echo echo "Please choose an profile from the mage tree."