spk diff spk-rm @ rev 161

Remove ashism ==
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Feb 26 12:27:19 2019 +0100 (2019-02-26)
parents 365a7811faf7
children
line diff
     1.1 --- a/spk-rm	Mon Mar 03 16:06:46 2014 +0000
     1.2 +++ b/spk-rm	Tue Feb 26 12:27:19 2019 +0100
     1.3 @@ -149,7 +149,7 @@
     1.4  		continue
     1.5  	fi
     1.6  	count=$(($count + 1))
     1.7 -	[ "$count" == 1 ] && newline
     1.8 +	[ "$count" = 1 ] && newline
     1.9  	remove
    1.10  	log "Removed package: $pkg"
    1.11  done