tazpkg diff modules/convert @ rev 972

Remove ashism ==
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Feb 26 08:21:22 2019 +0100 (2019-02-26)
parents e5b93f147f2b
children 03544b89ac81
line diff
     1.1 --- a/modules/convert	Tue May 24 14:51:19 2016 +0300
     1.2 +++ b/modules/convert	Tue Feb 26 08:21:22 2019 +0100
     1.3 @@ -755,7 +755,7 @@
     1.4  
     1.5  PACKAGE_FILE="$(realpath "$PACKAGE_FILE")"
     1.6  debug "PACKAGE_FILE='$PACKAGE_FILE'"
     1.7 -if [ "$(dd if="$PACKAGE_FILE" bs=8 count=1 skip=1 2>/dev/null)" == 'debian-b' ]; then
     1.8 +if [ "$(dd if="$PACKAGE_FILE" bs=8 count=1 skip=1 2>/dev/null)" = 'debian-b' ]; then
     1.9  	convert_deb
    1.10  else
    1.11  	case "$PACKAGE_FILE" in