diff options
-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" |