From 37798b774aa37d03b82622cf52e43af4577ae3d2 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 1 Jul 2009 17:56:31 +0200 Subject: pkg: pkg_update: Use a little less clear_line / not newline-terminated messages --- bin/pkg | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/bin/pkg b/bin/pkg index 758186b..d163277 100755 --- a/bin/pkg +++ b/bin/pkg @@ -725,14 +725,13 @@ function pkg_refresh { function pkg_update { if [[ -z $1 || $1 == local ]] { - info "Updating local package list" + info "Updating local package list\n" list_update_local clear_line } if [[ -z $1 || $1 == remote ]] { - info "Updating remote package list" + info "Updating remote package list\n" list_update_remote - clear_line } } -- cgit v1.2.3