spk rev 119

spk-ls: fix short list
author Christophe Lincoln <pankso@slitaz.org>
date Sun Jul 01 19:29:58 2012 +0200 (2012-07-01)
parents 64165d8e4550
children d95be6d0e9b7
files spk-ls
line diff
     1.1 --- a/spk-ls	Sat Jun 16 11:15:36 2012 +0100
     1.2 +++ b/spk-ls	Sun Jul 01 19:29:58 2012 +0200
     1.3 @@ -94,7 +94,7 @@
     1.4  			for pkg in $(ls -1 $installed)
     1.5  			do
     1.6  				source_receipt $installed/$pkg/receipt
     1.7 -				echo -n $(colorize 32 $pkg) $(indent 28 "$VERSION")
     1.8 +				echo $(colorize 32 $pkg) $(indent 28 "$VERSION")
     1.9  			done
    1.10  			separator
    1.11  			boldify $(count_installed)
    1.12 @@ -127,7 +127,7 @@
    1.13  				separator
    1.14  				cat $installed/$pkg/files.list
    1.15  				separator
    1.16 -				echo -n $(gettext "Installed files by") $pkg: 
    1.17 +				echo -n $(gettext "Installed files by") $pkg:
    1.18  				colorize 32 "$nb" && newline
    1.19  			done
    1.20  			exit 0 ;;