diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-08-12 12:39:55 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-08-12 12:39:55 +0200 |
commit | dfb795b4a1eab6eb536f4f580a7714671cb5160d (patch) | |
tree | ae5649b7c0472c3a889d9aa11b431a298384480b /check_eclasses_eapis.sh | |
parent | check_eclasses_eapis: Run matrix generation as well (diff) | |
download | qa-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-x | check_eclasses_eapis.sh | 2 |
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} |