summaryrefslogtreecommitdiff
path: root/bin/db-update
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-03-09 11:49:21 +0100
committerErich Eckner <git@eckner.net>2018-03-09 11:49:21 +0100
commitcb64e2976dab9a4b691698f513e1906d698ddd77 (patch)
treec36b4db06e896c29397df533ac3993ad9e0db34f /bin/db-update
parente6e0f25313dc77de3a6689fd95ec413749cf5309 (diff)
downloadbuilder-cb64e2976dab9a4b691698f513e1906d698ddd77.tar.xz
bin/db-update: fix another typo :-)
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