[arch-dev-public] [PATCH] commitpkg: add newline to make output look more orderly

Eric Bélanger snowmaniscool at gmail.com
Fri May 28 23:54:49 EDT 2010


Signed-off-by: Eric Bélanger <snowmaniscool at gmail.com>
---
 commitpkg |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/commitpkg b/commitpkg
index bd8c450..9f0b8c6 100755
--- a/commitpkg
+++ b/commitpkg
@@ -104,7 +104,7 @@ done
 if [ "${arch[*]}" == 'any' ]; then
        if [ -d ../repos/$repo-i686 -a -d ../repos/$repo-x86_64 ]; then
                pushd ../repos/ >/dev/null
-               echo -n "removing $repo-i686 and $repo-x86_64..."
+               echo "removing $repo-i686 and $repo-x86_64..."
                svn rm $repo-i686
                svn rm $repo-x86_64
                svn commit -q -m "removed $repo-i686 and $repo-x86_64
for $pkgname"
-- 
1.7.1
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-commitpkg-add-newline-to-make-output-look-more-order.patch
Type: text/x-patch
Size: 952 bytes
Desc: not available
URL: <http://mailman.archlinux.org/pipermail/arch-dev-public/attachments/20100528/40741c82/attachment.bin>


More information about the arch-dev-public mailing list