summaryrefslogtreecommitdiff
path: root/db-update
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2014-06-18 14:20:35 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2014-06-18 14:20:35 -0400
commitb3c27405fb9e2686d3db9ee23ca616dc6b93b1f3 (patch)
treeb75445c37d982ba6c4407ec2fa4a73b4048a42ba /db-update
parentb2abcf95b33fc3c24855da83bc71112098e849b4 (diff)
silly whitespace and similar fidling
Diffstat (limited to 'db-update')
-rwxr-xr-xdb-update2
1 files changed, 1 insertions, 1 deletions
diff --git a/db-update b/db-update
index ced673e..4d2cace 100755
--- a/db-update
+++ b/db-update
@@ -58,7 +58,7 @@ for repo in "${repos[@]}"; do
arch_pkgs=($(getpkgfiles "${STAGING}/${repo}/"*-"${pkgarch}"${PKGEXT} 2>/dev/null))
for pkg in "${arch_pkgs[@]}" "${any_pkgs[@]}"; do
pkgfile="${pkg##*/}"
- msg2 '%s (%s)' "${pkgfile}" "${pkgarch}"
+ msg2 "%s (%s)" "${pkgfile}" "${pkgarch}"
# any packages might have been moved by the previous run
if [ -f "${pkg}" ]; then
mv "${pkg}" "$FTP_BASE/${PKGPOOL}"