[arch-projects] [dbscripts][PATCH] db-move: Remove double space in tag_list
23 Jul
2012
23 Jul
'12
6:42 p.m.
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> --- 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 -- 1.7.11.2
4502
Age (days ago)
4502
Last active (days ago)
0 comments
1 participants
participants (1)
-
Florian Pritz