diff options
author | Erich Eckner <git@eckner.net> | 2021-04-20 08:45:42 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2021-04-20 08:45:42 +0200 |
commit | e4034b869bb0ba97de7e027f9bac5c3eff742845 (patch) | |
tree | 15c5abe28e59db2bcbb720b6d83aad5ebfedf77b /bin/db-update | |
parent | 4fa1b905b97a2188c5b710e1f8825d8726a08143 (diff) | |
download | builder-e4034b869bb0ba97de7e027f9bac5c3eff742845.tar.xz |
bin/db-update: add comment
Diffstat (limited to 'bin/db-update')
-rwxr-xr-x | bin/db-update | 2 |
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`' |