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 - 1 file changed, 1 deletion(-) (limited to 'db-functions') 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}" -- cgit v1.2.3