From 08c279024c1e2f8924f7d68e278d0423415695ec Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Fri, 8 Jul 2011 10:14:51 -0700 Subject: Remove all hasq/useq calls for bug #199722. --- bin/isolated-functions.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/isolated-functions.sh') diff --git a/bin/isolated-functions.sh b/bin/isolated-functions.sh index a4bd0a95c..5fbdd01d8 100644 --- a/bin/isolated-functions.sh +++ b/bin/isolated-functions.sh @@ -183,7 +183,7 @@ die() { done fi if [ "${EMERGE_FROM}" != "binary" ] && \ - ! hasq ${EBUILD_PHASE} prerm postrm && \ + ! has ${EBUILD_PHASE} prerm postrm && \ [ "${EBUILD#${PORTDIR}/}" == "${EBUILD}" ] ; then local overlay=${EBUILD%/*} overlay=${overlay%/*} @@ -538,7 +538,7 @@ has() { save_ebuild_env() { ( - if hasq --exclude-init-phases $* ; then + if has --exclude-init-phases $* ; then unset S _E_DOCDESTTREE_ _E_EXEDESTTREE_ if [[ -n $PYTHONPATH ]] ; then export PYTHONPATH=${PYTHONPATH/${PORTAGE_PYM_PATH}:} -- cgit v1.2.3-1-g7c22