@ -372,8 +372,8 @@ network() {
}
add_arg_pkg() {
for i in "${@}"
if xbps-query -Rs $t|awk '{print $2}'|grep "^$t"; then
for i in "${@}"; do
if xbps-query -Rs ${i}|awk '{print $2}'|grep "^${i}"; then
addpkg "${@}"
fi
done
The note is not visible to the blocked user.