1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00

rmport: use "cleanup" instead of "*/*"

This commit is contained in:
Rene Ladan 2021-07-03 19:56:00 +02:00
parent ca7285a75a
commit 18860205ed

View File

@ -410,7 +410,7 @@ fi
gitlog=$(mktemp -t gitlog)
gitrmlist=$(mktemp -t gitrmlist)
echo "*/*: Remove expired ports:" > ${gitlog}
echo "cleanup: Remove expired ports:" > ${gitlog}
echo "" >> ${gitlog}
for catport in $* ; do