summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2010-12-02 14:02:36 -0800
committerZac Medico <zmedico@gentoo.org>2010-12-02 14:02:36 -0800
commitfb318d753312539efb06fabbade6caa6afaf36a4 (patch)
tree529650483ddf976bbc0c3a178e62e7091d5ad0db /bin
parentf314216e7ef88a1002e5caba32ad7efc06174e6d (diff)
downloadportage-fb318d753312539efb06fabbade6caa6afaf36a4.tar.gz
portage-fb318d753312539efb06fabbade6caa6afaf36a4.tar.bz2
portage-fb318d753312539efb06fabbade6caa6afaf36a4.zip
fix QA_EXECSTACK spelling for QA_PREBUILT
Thanks to Sébastien Fabbro <bicatali@gentoo.org> for reporting in bug #346847.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ebuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ebuild.sh b/bin/ebuild.sh
index c6bb57e6e..04330262e 100755
--- a/bin/ebuild.sh
+++ b/bin/ebuild.sh
@@ -2064,7 +2064,7 @@ if ! hasq "$EBUILD_PHASE" clean cleanrm ; then
if [[ -n $QA_PREBUILT ]] ; then
# these ones support fnmatch patterns
- QA_EXECSTAC+=" $QA_PREBUILT"
+ QA_EXECSTACK+=" $QA_PREBUILT"
QA_TEXTRELS+=" $QA_PREBUILT"
QA_WX_LOAD+=" $QA_PREBUILT"