summaryrefslogtreecommitdiff
path: root/bin/copy-to-build-support
diff options
context:
space:
mode:
Diffstat (limited to 'bin/copy-to-build-support')
-rwxr-xr-xbin/copy-to-build-support4
1 files changed, 1 insertions, 3 deletions
diff --git a/bin/copy-to-build-support b/bin/copy-to-build-support
index 1840855..a60f058 100755
--- a/bin/copy-to-build-support
+++ b/bin/copy-to-build-support
@@ -187,9 +187,7 @@ if [ -s "${tmp_dir}/mysql-command" ]; then
mysql_run_query < \
"${tmp_dir}/mysql-command" | \
sort -u | \
- while read -r bpir_id; do
- remove_old_package_versions "${bpir_id}"
- done
+ remove_old_package_versions
fi
if [ -w "$1" ]; then