wok-tiny diff module-ne/receipt @ rev 142

Remove ashism ==
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Feb 27 17:43:23 2019 +0100 (2019-02-27)
parents 34a749493ee3
children 881167180f57
line diff
     1.1 --- a/module-ne/receipt	Mon Feb 13 00:04:27 2017 +0100
     1.2 +++ b/module-ne/receipt	Wed Feb 27 17:43:23 2019 +0100
     1.3 @@ -30,7 +30,7 @@
     1.4  {
     1.5  	[ "$IRQNE2K" ] && IRQNE2K="|irq=${IRQNE2K// /,}"
     1.6  	[ "$IONE2K" ] && IONE2K="|io=${IONE2K// /,}"
     1.7 -	[ "$BADNE2K" == "on" ] && BADNE2K="|bad" || BADNE2K=""
     1.8 +	[ "$BADNE2K" = "on" ] && BADNE2K="|bad" || BADNE2K=""
     1.9  	grep -qs "^${PACKAGE#*-}|" $1/modules ||
    1.10  	echo "${PACKAGE#*-}${IONE2K:-|io=0x300}$IRQNE2K$BADNE2K" >> $1/modules
    1.11  }