summaryrefslogtreecommitdiff
path: root/bin/delete-packages
diff options
context:
space:
mode:
Diffstat (limited to 'bin/delete-packages')
-rwxr-xr-xbin/delete-packages4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/delete-packages b/bin/delete-packages
index 9703804..752c3fa 100755
--- a/bin/delete-packages
+++ b/bin/delete-packages
@@ -210,8 +210,8 @@ exit 42
#
# # packages still on the build-list
#
-# grep -vxF 'break_loops' "${work_dir}/build-list" | \
-# tr ' ' '.' | \
+# tr ' ' '.' < \
+# "${work_dir}/build-list" | \
# sort -u > \
# "${tmp_dir}/keep-packages"
#