diff options
author | Florian Pritz <bluewind@xinu.at> | 2012-07-23 20:42:00 +0200 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2012-07-28 13:37:29 +0200 |
commit | ce6e51f159fb1b0d292ac0f3d5edfaa0f0f6be2e (patch) | |
tree | bd9283290ae6c4d88514999160189cb2643c3400 /db-move | |
parent | 7fdc74786a59c69d41524d5f311f856cfa9a99c6 (diff) |
db-move: Remove double space in tag_list
This fixes this message which shouldn't have one space after the opening
brace and two space before x86_64.
"db-move: moved cups-filters from [testing] to [extra] ( i686, x86_64)"
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
Diffstat (limited to 'db-move')
-rwxr-xr-x | db-move | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -91,7 +91,7 @@ for pkgbase in ${args[@]:2}; do /usr/bin/svn mv -q -r HEAD "${svnrepo_from}/$file@" "${svnrepo_to}/" done /usr/bin/svn rm --force -q "${svnrepo_from}" - tag_list="$tag_list, $pkgarch" + tag_list="$tag_list, $pkgarch" for pkgname in ${pkgnames[@]}; do for tarch in ${tarches[@]}; do |