From 8d647301f61dd394e7e1e6ceb530938778d85eac Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 13 Jul 2006 18:04:36 +0000 Subject: Die at the beginning of install_qa_check if ${D} doesn't exist. See bug #140159. svn path=/main/trunk/; revision=3852 --- bin/misc-functions.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'bin') 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 -- cgit v1.2.3-1-g7c22