index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/db-update | 2 |
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 |