From: Zac Medico Date: Thu, 13 Jul 2006 18:04:36 +0000 (-0000) Subject: Die at the beginning of install_qa_check if ${D} doesn't exist. See bug #140159. X-Git-Tag: v2.1.1~234 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8d647301f61dd394e7e1e6ceb530938778d85eac;p=portage.git Die at the beginning of install_qa_check if ${D} doesn't exist. See bug #140159. svn path=/main/trunk/; revision=3852 --- diff --git a/bin/misc-functions.sh b/bin/misc-functions.sh index 1212b4db3..6e0fbac09 100755 --- a/bin/misc-functions.sh +++ b/bin/misc-functions.sh @@ -18,9 +18,8 @@ shift $# source "${PORTAGE_BIN_PATH:-/usr/lib/portage/bin}/ebuild.sh" install_qa_check() { - + cd "${D}" || die "cd failed" prepall - cd "${D}" declare -i UNSAFE=0 for i in $(find "${D}/" -type f -perm -2002); do