[arch-dev-public] [PATCH] commitpkg: add newline to make output look more orderly
Eric Bélanger
snowmaniscool at gmail.com
Mon Jun 21 18:46:23 EDT 2010
On Fri, May 28, 2010 at 11:54 PM, Eric Bélanger <snowmaniscool at gmail.com> wrote:
> 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
>
Please, could someone with commit access push this? I don't want this
to be lost.
More information about the arch-dev-public
mailing list