# HG changeset patch # User Christophe Lincoln # Date 1337953982 -7200 # Node ID 50cd05f3fa153fe577a5a3717a5e98b68d838ced # Parent 91bb16e4eb1631de572aa2868971742f40410e33 spk-ls: small fixe diff -r 91bb16e4eb16 -r 50cd05f3fa15 spk-ls --- a/spk-ls Fri May 25 02:43:41 2012 +0200 +++ b/spk-ls Fri May 25 15:53:02 2012 +0200 @@ -67,6 +67,7 @@ --mirror) newline boldify $(gettext "Mirror") $(cat $mirrorurl) + separator read_pkgsdesc $pkgsdesc separator boldify $(count_mirrored) @@ -138,8 +139,8 @@ separator cat $installed/$pkg/files.list separator - echo $(gettext "Installed files by") $pkg: - colorize 32 $nb && newline + echo -n "$(gettext "Installed files by") $pkg: " + colorize 32 "$nb" && newline done exit 0 ;; esac