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:
parent
ca7285a75a
commit
18860205ed
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user