From: Zac Medico Date: Wed, 11 Mar 2009 05:08:39 +0000 (-0000) Subject: Automatically export QA_PRESTRIPPED if it's set. Thanks to Raúl Porcel X-Git-Tag: v2.1.6.8~190 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d121bd4d249997476d2287633d04c408e625e168;p=portage.git Automatically export QA_PRESTRIPPED if it's set. Thanks to Raúl Porcel for reporting. (trunk r12609) svn path=/main/branches/2.1.6/; revision=12887 --- diff --git a/bin/ebuild.sh b/bin/ebuild.sh index 69f5919ad..032cd3ad2 100755 --- a/bin/ebuild.sh +++ b/bin/ebuild.sh @@ -1894,6 +1894,9 @@ if ! hasq "$EBUILD_PHASE" clean cleanrm && \ unset ECLASS E_IUSE E_DEPEND E_RDEPEND E_PDEPEND set +f + + # This needs to be exported since prepstrip is a separate shell script. + [[ -n $QA_PRESTRIPPED ]] && export QA_PRESTRIPPED fi # Set default EAPI if necessary, so that most