diff options
author | Zac Medico <zmedico@gentoo.org> | 2010-12-02 14:02:36 -0800 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2010-12-02 14:02:36 -0800 |
commit | fb318d753312539efb06fabbade6caa6afaf36a4 (patch) | |
tree | 529650483ddf976bbc0c3a178e62e7091d5ad0db | |
parent | f314216e7ef88a1002e5caba32ad7efc06174e6d (diff) | |
download | portage-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.
-rwxr-xr-x | bin/ebuild.sh | 2 |
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" |