From ce6e51f159fb1b0d292ac0f3d5edfaa0f0f6be2e Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Mon, 23 Jul 2012 20:42:00 +0200 Subject: 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 Signed-off-by: Pierre Schmitz --- db-move | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db-move b/db-move index 3ff1843..1a89ded 100755 --- a/db-move +++ b/db-move @@ -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 -- cgit v1.2.3-24-g4f1b