summaryrefslogtreecommitdiff
path: root/bin/db-update
diff options
context:
space:
mode:
Diffstat (limited to 'bin/db-update')
-rwxr-xr-xbin/db-update2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/db-update b/bin/db-update
index 0c3e10d..874f314 100755
--- a/bin/db-update
+++ b/bin/db-update
@@ -287,7 +287,7 @@ for source_stability in 'testing' 'staging'; do
find "${work_dir}/package-states/" \
-name '*.done' \
-exec grep -qxF "$(cut -d' ' -f1 < "${tmp_dir}/mv")" '{}' \; \
- -prinft '%p\n' | \
+ -printf '%p\n' | \
while read -r sf; do
mv "${sf}" "${sf%.done}.testing"
done