diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-02 23:18:18 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-02 23:18:18 -0400 |
commit | 6385605e0ba5a53ae1662efb3efa3aa35155e3df (patch) | |
tree | 2f630f9b0e57526262d83cffd32955e0f9c271c9 | |
parent | 7691cb7d1e5378fbecb3e833a830aac6432fe105 (diff) |
get rid of stupid differences between this and lukeshu/xbs
-rw-r--r-- | db-functions | 1 | ||||
-rwxr-xr-x | db-move | 2 |
2 files changed, 1 insertions, 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}" @@ -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 |