commit:     8ed03cd1183bf6079bb2a3023757dae9a33fe9a1
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 21 18:48:51 2026 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Jan 21 18:48:51 2026 +0000
URL:        https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=8ed03cd1

check_eclasses_eapis.sh: Delete bogus files in top-level dir

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

 check_eclasses_eapis.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/check_eclasses_eapis.sh b/check_eclasses_eapis.sh
index 899b1c3..a174341 100755
--- a/check_eclasses_eapis.sh
+++ b/check_eclasses_eapis.sh
@@ -46,6 +46,7 @@ KNOWN_EAPIS=$(gawk '
 
 pushd ${DIR} > /dev/null
 rm -rf *.eclass
+rm -f *.txt
 for x in ${ECLASSES}; do
        echo "Processing eclass \"${x}\""
        rm -rf "${x}"

Reply via email to