summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-06-02 23:18:18 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-06-02 23:18:18 -0400
commit6385605e0ba5a53ae1662efb3efa3aa35155e3df (patch)
tree2f630f9b0e57526262d83cffd32955e0f9c271c9
parent7691cb7d1e5378fbecb3e833a830aac6432fe105 (diff)
get rid of stupid differences between this and lukeshu/xbs
-rw-r--r--db-functions1
-rwxr-xr-xdb-move2
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}"
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