summaryrefslogtreecommitdiff
path: root/bin/db-update
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-06-04 15:50:10 +0200
committerErich Eckner <git@eckner.net>2018-06-04 15:50:10 +0200
commitb8d358422002d5406945a74e28713556eede1fed (patch)
tree286c9a84ad66995cb150bf87081d9d9e356d5699 /bin/db-update
parent73bbe08b85d48268b9b6470e0f6276606887311e (diff)
downloadbuilder-b8d358422002d5406945a74e28713556eede1fed.tar.xz
bin/db-update: fix mysql query
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 d78c290..0c46ba9 100755
--- a/bin/db-update
+++ b/bin/db-update
@@ -374,7 +374,7 @@ for source_stability in 'testing' 'staging'; do
# create real file names of packages, because
# mysql_query_and_delete_unneeded_binary_packages does so, too
sed -i '
- s,^\(\S\+\) \(\S\+\)$,i686/\2/\1",
+ s,^\(\S\+\) \(\S\+\)$,i686/\2/\1,
' "${tmp_dir}/rm"
# shellcheck disable=SC2016