diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-06-18 14:20:35 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-06-18 14:20:35 -0400 |
commit | b3c27405fb9e2686d3db9ee23ca616dc6b93b1f3 (patch) | |
tree | b75445c37d982ba6c4407ec2fa4a73b4048a42ba /db-update | |
parent | b2abcf95b33fc3c24855da83bc71112098e849b4 (diff) |
silly whitespace and similar fidling
Diffstat (limited to 'db-update')
-rwxr-xr-x | db-update | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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}" |