summaryrefslogtreecommitdiff
path: root/bin/db-update
diff options
context:
space:
mode:
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