summaryrefslogtreecommitdiff
path: root/bin/get-package-updates
diff options
context:
space:
mode:
Diffstat (limited to 'bin/get-package-updates')
-rwxr-xr-xbin/get-package-updates5
1 files changed, 2 insertions, 3 deletions
diff --git a/bin/get-package-updates b/bin/get-package-updates
index 12ae82f..46b0440 100755
--- a/bin/get-package-updates
+++ b/bin/get-package-updates
@@ -360,9 +360,8 @@ if [ -s "${work_dir}/tsort.error" ]; then
"${work_dir}/build-list.loops.new/${loop}"
done
- # add order to break loops to build list
- echo 'break_loops' >> \
- "${work_dir}/build-list.new.new"
+ # add orders to break loops to build list
+ insert_break_loops_orders "${work_dir}/build-list.new.new"
else
rm "${work_dir}/tsort.error"