Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qa-scripts:master commit in: /
Date: Wed, 12 Feb 2020 14:31:47
Message-Id: 1581517855.baa5838bf6667c9ddbdc3eb27219d7bfa163d8a0.ulm@gentoo
1 commit: baa5838bf6667c9ddbdc3eb27219d7bfa163d8a0
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 12 14:30:55 2020 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 12 14:30:55 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=baa5838b
7
8 check_eclasses_eapis.sh: Typo.
9
10 Fixes: 1fa7be95b899bc1d90d868f6864ee65be798063e
11 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
12
13 check_eclasses_eapis.sh | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/check_eclasses_eapis.sh b/check_eclasses_eapis.sh
17 index 974bd3e..56e2a1b 100755
18 --- a/check_eclasses_eapis.sh
19 +++ b/check_eclasses_eapis.sh
20 @@ -19,7 +19,7 @@ ECLASSES=$(echo *.eclass)
21 popd > /dev/null
22
23 #pquery --attr eapi --attr inherited --raw --all --repo portdir > "${TMPEAPIS}"
24 -find "${REPO_PATH}/metadata/md5-cache" -type f -name '*-[0-9]' -exec awk -F= '
25 +find "${REPO_PATH}/metadata/md5-cache" -type f -name '*-[0-9]*' -exec awk -F= '
26 BEGINFILE {
27 n = split(FILENAME, f, "/")
28 file = f[n-1] "/" f[n]