summaryrefslogtreecommitdiffstats
path: root/lib/remove.sh
diff options
context:
space:
mode:
Diffstat (limited to 'lib/remove.sh')
-rw-r--r--lib/remove.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/remove.sh b/lib/remove.sh
index f484b19..a89ff13 100644
--- a/lib/remove.sh
+++ b/lib/remove.sh
@@ -48,6 +48,7 @@ remove_packages_from_suite_archplat()
local source="${5}"
local binver=
local refs=
+ local size=
local sect=
local pkg=
local file=
@@ -60,7 +61,7 @@ remove_packages_from_suite_archplat()
db_del_binver "${chan}" "${dist}" "${plat}" "${arch}" "${source}"
refs=$(db_dec_references "${plat}" "${arch}" "${source}" "${binver}")
- while read -r sect pkg; do
+ while read -r size sect pkg; do
feed_remove_package "${chan}" "${dist}" "${plat}" "${arch}" \
"${sect}" "${pkg}"
if [ ${refs} -eq 0 ]; then