mbox

[dbscripts,0/2] Better handling of PKGEXT

Message ID 20180215194946.20820-1-lukeshu@lukeshu.com
Headers show

Message

Luke Shumaker Feb. 15, 2018, 7:49 p.m. UTC
From: Luke Shumaker <lukeshu@parabola.nu>

This fixes a mistake introduced in b61a714 around quoting PKGEXT, then
renames PKGEXT to PKGEXT_glob to avoid that type of confusion in the
future.

Luke Shumaker (2):
  Don't quote $PKGEXT
  config: Rename PKGEXT to PKGEXT_glob

 config                         | 4 +++-
 cron-jobs/ftpdir-cleanup       | 6 +++---
 db-functions                   | 4 ++--
 db-move                        | 4 ++--
 db-update                      | 8 ++++----
 test/cases/db-repo-add.bats    | 6 +++---
 test/cases/db-update.bats      | 2 +-
 test/cases/ftpdir-cleanup.bats | 4 ++--
 test/lib/common.bash           | 6 ++++--
 9 files changed, 24 insertions(+), 20 deletions(-)