aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-08-12 12:39:55 +0200
committerMichał Górny <mgorny@gentoo.org>2018-08-12 12:39:55 +0200
commitdfb795b4a1eab6eb536f4f580a7714671cb5160d (patch)
treeae5649b7c0472c3a889d9aa11b431a298384480b /check_eclasses_eapis.sh
parentcheck_eclasses_eapis: Run matrix generation as well (diff)
downloadqa-scripts-dfb795b4a1eab6eb536f4f580a7714671cb5160d.tar.gz
qa-scripts-dfb795b4a1eab6eb536f4f580a7714671cb5160d.tar.bz2
qa-scripts-dfb795b4a1eab6eb536f4f580a7714671cb5160d.zip
check_eclasses_eapis: Fix matrix script path
Diffstat (limited to 'check_eclasses_eapis.sh')
-rwxr-xr-xcheck_eclasses_eapis.sh2
1 files changed, 1 insertions, 1 deletions
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}