From b8d358422002d5406945a74e28713556eede1fed Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Mon, 4 Jun 2018 15:50:10 +0200 Subject: bin/db-update: fix mysql query --- bin/db-update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/db-update') 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 -- cgit v1.2.3-54-g00ecf