From e896f1bd0de35a4c2893f8d7b68028ae6f1c7d23 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sun, 14 Apr 2019 15:01:37 -0400 Subject: Make redirected FDs explicit --- (limited to 'src/remove.sh') diff --git a/src/remove.sh b/src/remove.sh index c6b6f9c..aabb310 100644 --- a/src/remove.sh +++ b/src/remove.sh @@ -54,7 +54,7 @@ remove_packages_from_suite_archplat() file="${file}/${pkg}_${binver}_${arch}_${plat}.opk" mark_pool_garbage "${file}" fi - done <<-EOF + done 0<<-EOF $(db_get_packages "${arch}" "${plat}" "${source}" "${binver}") EOF @@ -80,7 +80,7 @@ remove_source_from_suite() while read -r arch plat; do remove_packages_from_suite_archplat \ "${chan}" "${dist}" "${arch}" "${plat}" "${source}" - done <<-EOF + done 0<<-EOF $(db_get_archplats "${chan}" "${dist}" "${source}") EOF -- cgit v0.9.1