From: Zac Medico Date: Sat, 14 Feb 2009 19:22:06 +0000 (-0000) Subject: Automatically export QA_PRESTRIPPED if it's set. Thanks to Raúl Porcel X-Git-Tag: v2.2_rc24~196 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=cd16c3db0e276b455a2a8dd021e836efa1328bc5;p=portage.git Automatically export QA_PRESTRIPPED if it's set. Thanks to Raúl Porcel for reporting. svn path=/main/trunk/; revision=12609 --- 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