From 6385605e0ba5a53ae1662efb3efa3aa35155e3df Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 2 Jun 2016 23:18:18 -0400 Subject: get rid of stupid differences between this and lukeshu/xbs --- db-functions | 1 - db-move | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/db-functions b/db-functions index cf1b8eb..f021299 100644 --- a/db-functions +++ b/db-functions @@ -341,7 +341,6 @@ check_splitpkgs() { for pkgfile in "${pkgfiles[@]}"; do issplitpkg "${pkgfile}" || continue local _pkgbase="$(getpkgbase "${pkgfile}")" - msg2 "Checking %s" "$_pkgbase" local _pkgname="$(getpkgname "${pkgfile}")" local _pkgarch="$(getpkgarch "${pkgfile}")" mkdir -p "${repo}/${_pkgarch}/${_pkgbase}" diff --git a/db-move b/db-move index d6b1f5e..89a0ad6 100755 --- a/db-move +++ b/db-move @@ -71,7 +71,7 @@ for pkgbase in "${args[@]:2}"; do else tarches=("${pkgarch}") fi - msg2 '%s (%s)' "${pkgbase}" "${tarches[*]}" + msg2 "%s (%s)" "${pkgbase}" "${tarches[*]}" pkgnames=($(. "${xbsrepo_to}/PKGBUILD"; echo "${pkgname[@]}")) for pkgname in "${pkgnames[@]}"; do -- cgit v1.2.3