index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2018-06-13 16:15:11 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-06-13 16:15:11 +0200 |
commit | d7d699efe7941f626617e952fb8ecf057f493ec8 (patch) | |
tree | 792d47a77c9a8c459702433bd42d3985382b2beb /bin/return-assignment | |
parent | 63e29becccafbfeca5fa6b08abe731f38505f5e4 (diff) |
-rwxr-xr-x | bin/return-assignment | 2 |
diff --git a/bin/return-assignment b/bin/return-assignment index 05d49de..2e0d7db 100755 --- a/bin/return-assignment +++ b/bin/return-assignment @@ -577,7 +577,7 @@ cut -d' ' -f4,5 "${tmp_dir}/repository-ids" | \ sort -u | \ while read -r arch repo; do # shellcheck disable=SC2046 - ${master_mirror_rsync_command} -l \ + ${master_mirror_rsync_command} \ "${arch}/${repo}/${repo}.db."* \ "${arch}/${repo}/${repo}.files."* \ $( |