spk diff spk-ls @ rev 121

spk-ls: small fix
author Christophe Lincoln <pankso@slitaz.org>
date Tue Sep 18 22:21:11 2012 +0200 (2012-09-18)
parents 3a0622618b10
children 365a7811faf7
line diff
     1.1 --- a/spk-ls	Sun Jul 01 19:29:58 2012 +0200
     1.2 +++ b/spk-ls	Tue Sep 18 22:21:11 2012 +0200
     1.3 @@ -127,7 +127,7 @@
     1.4  				separator
     1.5  				cat $installed/$pkg/files.list
     1.6  				separator
     1.7 -				echo -n $(gettext "Installed files by") $pkg:
     1.8 +				gettext "Installed files by"; echo -n " $pkg: "
     1.9  				colorize 32 "$nb" && newline
    1.10  			done
    1.11  			exit 0 ;;