summaryrefslogtreecommitdiff
path: root/bin/calculate-dependent-packages
diff options
context:
space:
mode:
Diffstat (limited to 'bin/calculate-dependent-packages')
-rwxr-xr-xbin/calculate-dependent-packages3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/calculate-dependent-packages b/bin/calculate-dependent-packages
index 22a6ed9..6f3ec98 100755
--- a/bin/calculate-dependent-packages
+++ b/bin/calculate-dependent-packages
@@ -11,8 +11,7 @@ fi
tmp_dir=$(mktemp -d)
trap 'rm -rf --one-file-system "${tmp_dir}"' EXIT
-grep -vxF 'break_loops' "${work_dir}/build-list" | \
- sort -k1,1 -u > \
+sort -k1,1 -u "${work_dir}/build-list" > \
"${tmp_dir}/build-list"
while read -r pkg rev mod_rev repo; do