Also clean up additional .ape-x.xx.c files on Darwin for all versions

This commit is contained in:
BenceSzalai 2025-05-01 17:53:20 +02:00
parent 43ea22477f
commit e40fe1a391
No known key found for this signature in database
GPG key ID: B1FC0240D2CD9A19

View file

@ -60,7 +60,6 @@ for x in .ape \
.ape-1.8 \ .ape-1.8 \
.ape-1.9 \ .ape-1.9 \
.ape-1.10-arm64 \ .ape-1.10-arm64 \
.ape-1.10-arm64.c \
.ape-1.10-x86_64 \ .ape-1.10-x86_64 \
.ape-1.10; do .ape-1.10; do
rm -f \ rm -f \
@ -68,4 +67,9 @@ for x in .ape \
/tmp/$x \ /tmp/$x \
o/tmp/$x \ o/tmp/$x \
"${TMPDIR:-/tmp}/$x" "${TMPDIR:-/tmp}/$x"
rm -f \
~/$x \
/tmp/$x \
o/tmp/$x \
"${TMPDIR:-/tmp}/$x.c"
done done