From cb64e2976dab9a4b691698f513e1906d698ddd77 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 9 Mar 2018 11:49:21 +0100 Subject: bin/db-update: fix another typo :-) --- bin/db-update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3