commit:     baa5838bf6667c9ddbdc3eb27219d7bfa163d8a0
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 12 14:30:55 2020 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Feb 12 14:30:55 2020 +0000
URL:        https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=baa5838b

check_eclasses_eapis.sh: Typo.

Fixes: 1fa7be95b899bc1d90d868f6864ee65be798063e
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 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 974bd3e..56e2a1b 100755
--- a/check_eclasses_eapis.sh
+++ b/check_eclasses_eapis.sh
@@ -19,7 +19,7 @@ ECLASSES=$(echo *.eclass)
 popd > /dev/null
 
 #pquery --attr eapi --attr inherited --raw --all --repo portdir > "${TMPEAPIS}"
-find "${REPO_PATH}/metadata/md5-cache" -type f -name '*-[0-9]' -exec awk -F= '
+find "${REPO_PATH}/metadata/md5-cache" -type f -name '*-[0-9]*' -exec awk -F= '
        BEGINFILE {
                n = split(FILENAME, f, "/")
                file = f[n-1] "/" f[n]

Reply via email to