spk diff spk-convert @ 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-convert	Mon Mar 03 16:06:46 2014 +0000
     1.2 +++ b/spk-convert	Tue Feb 26 12:27:19 2019 +0100
     1.3 @@ -465,7 +465,7 @@
     1.4  
     1.5  for pkg in $@
     1.6  do
     1.7 -	if [ "$(dd if=$pkg bs=8 count=1 skip=1 2> /dev/null)" == "debian-b" ]; 
     1.8 +	if [ "$(dd if=$pkg bs=8 count=1 skip=1 2> /dev/null)" = "debian-b" ]; 
     1.9  	then
    1.10  		convert_deb $pkg
    1.11  	else