diff options
-rwxr-xr-x | bin/misc-functions.sh | 3 |
1 files changed, 1 insertions, 2 deletions
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 |