spk rev 77

spk-ls: fix --short option
author Christophe Lincoln <pankso@slitaz.org>
date Wed May 23 16:17:38 2012 +0200 (2012-05-23)
parents f98429058c26
children 17e896f1d41d
files spk-ls
line diff
     1.1 --- a/spk-ls	Tue May 22 10:34:18 2012 +0200
     1.2 +++ b/spk-ls	Wed May 23 16:17:38 2012 +0200
     1.3 @@ -92,7 +92,7 @@
     1.4  			for pkg in $(ls -1 $installed)
     1.5  			do
     1.6  				. $installed/$pkg/receipt
     1.7 -				echo $(colorize 32 $pkg); indent 28 " $VERSION"
     1.8 +				echo -n $(colorize 32 $pkg); indent 28 " $VERSION"
     1.9  			done
    1.10  			separator
    1.11  			boldify $(count_installed)
    1.12 @@ -125,7 +125,7 @@
    1.13  				separator
    1.14  				cat $installed/$pkg/files.list
    1.15  				separator
    1.16 -				echo $(gettext "Installed files by") $pkg: 
    1.17 +				echo $(gettext "Installed files by") $pkg:
    1.18  				colorize 32 $nb && newline
    1.19  			done
    1.20  			exit 0 ;;