commit:     db1cfecba0c204ba0533f9c5a2d4fc22e2eb145a
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 28 18:28:12 2016 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 28 18:29:56 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db1cfecb

waf-utils.eclass: Fix ban condition

 eclass/waf-utils.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/waf-utils.eclass b/eclass/waf-utils.eclass
index 4f08757..696d05d 100644
--- a/eclass/waf-utils.eclass
+++ b/eclass/waf-utils.eclass
@@ -73,7 +73,7 @@ waf-utils_src_configure() {
                fi
        fi
 
-       [[ ${fail} ]] || die "Invalid use of ${ECLASS}"
+       [[ ${fail} ]] && die "Invalid use of waf-utils.eclass"
 
        local libdir=""
 

Reply via email to