commit: dfb795b4a1eab6eb536f4f580a7714671cb5160d
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 12 10:39:55 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Aug 12 10:39:55 2018 +0000
URL: https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=dfb795b4
check_eclasses_eapis: Fix matrix script path
check_eclasses_eapis.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/check_eclasses_eapis.sh b/check_eclasses_eapis.sh
index 3a2e39b..f3e1ff8 100755
--- a/check_eclasses_eapis.sh
+++ b/check_eclasses_eapis.sh
@@ -66,7 +66,7 @@ for x in ${ECLASSES}; do
done
popd > /dev/null
-"${0}"/eclass-eapi-matrix.py "${DIR}"
+"${0%/*}"/eclass-eapi-matrix.py "${DIR}"
rm ${TMPEAPIS}
rm ${TMPECLASS}