diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-01-08 15:20:16 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-01-08 21:19:01 -0500 |
commit | 62142bcbac5f457b2172c7311741f90fedf0c776 (patch) | |
tree | 18a6f5352b1344790879d46bda96b62bb5db304c /db-move | |
parent | 8650ad4fdef09b1244ba138531b6a1e2bbd0975b (diff) |
fix comments, indentation
Diffstat (limited to 'db-move')
-rwxr-xr-x | db-move | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ for pkgarch in ${ARCHES[@]}; do repo_lock ${repo_from} ${pkgarch} || exit 1 done -# No idea why we loop twice... -- fauno +# First loop is to check that all necessary files exist for pkgbase in ${args[@]:2}; do for pkgarch in ${ARCHES[@]} 'any'; do svnrepo_from="${SVNREPO}/${repo_from}/${pkgbase}" |