summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2012-07-23 20:42:00 +0200
committerPierre Schmitz <pierre@archlinux.de>2012-07-28 13:37:29 +0200
commitce6e51f159fb1b0d292ac0f3d5edfaa0f0f6be2e (patch)
treebd9283290ae6c4d88514999160189cb2643c3400
parent7fdc74786a59c69d41524d5f311f856cfa9a99c6 (diff)
downloaddbscripts-ce6e51f159fb1b0d292ac0f3d5edfaa0f0f6be2e.tar.gz
dbscripts-ce6e51f159fb1b0d292ac0f3d5edfaa0f0f6be2e.tar.xz
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>
-rwxr-xr-xdb-move2
1 files changed, 1 insertions, 1 deletions
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