summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/get-package-updates1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/get-package-updates b/bin/get-package-updates
index 724e261..e6bfa29 100755
--- a/bin/get-package-updates
+++ b/bin/get-package-updates
@@ -450,6 +450,7 @@ touch "${tmp_dir}/black-listed"
sort -u > \
"${tmp_dir}/black-listed-new"
+# TODO: this should be a stored procedure
while [ -s "${tmp_dir}/black-listed-new" ]; do
cat \
"${tmp_dir}/black-listed-new" \