summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/db-update2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/db-update b/bin/db-update
index 19bd084..59badd4 100755
--- a/bin/db-update
+++ b/bin/db-update
@@ -337,7 +337,7 @@ mysql_query_update_replaced_bpir() {
printf 'from_base64("%s"),' \
${force_pkgs} | \
sed 's/,$/);\n/'
- else
+ else # ${force_every_pkg}
printf ';\n'
fi
printf 'DELETE `moveable_bpir`'