spk diff spk-rm @ rev 101

Clean spk-ls, fix output I broke in libspk
author Christian Mesh <meshca@clarkson.edu>
date Sat Jun 02 18:17:00 2012 -0500 (2012-06-02)
parents a75380e9a681
children cab731b9a98c
line diff
     1.1 --- a/spk-rm	Wed May 23 21:31:14 2012 +0000
     1.2 +++ b/spk-rm	Sat Jun 02 18:17:00 2012 -0500
     1.3 @@ -34,7 +34,7 @@
     1.4  	exit 0
     1.5  }
     1.6  
     1.7 -# Avoid dirname errors by checking for argument anf then remove file and
     1.8 +# Avoid dirname errors by checking for argument and then remove file and
     1.9  # empty directory. Usage: remove_file file
    1.10  remove_file() {
    1.11  	[ "$1" ] || return
    1.12 @@ -118,7 +118,7 @@
    1.13  	# Do we have packages depending on $pkg to remove ?
    1.14  	if [ "$altered" ]; then
    1.15  		if [ "$confirm" ]; then
    1.16 -			gettext "Remove packages depending on:"; echo -n " $pkg"
    1.17 +			gettext "Removing packages depending on:"; echo -n " $pkg"
    1.18  			if ! confirm; then
    1.19  				gettext "Keeping packages..."; newline
    1.20  				newline && continue