wok-backports rev 55 tip

Remove ashism ==
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Feb 27 17:46:33 2019 +0100 (2019-02-27)
parents 6af397cf2eb5
children
files linux/stuff/bootloader.sh
line diff
     1.1 --- a/linux/stuff/bootloader.sh	Thu Dec 08 22:36:08 2016 +0100
     1.2 +++ b/linux/stuff/bootloader.sh	Wed Feb 27 17:46:33 2019 +0100
     1.3 @@ -282,7 +282,7 @@
     1.4  	rm -f $bs
     1.5  }
     1.6  
     1.7 -if [ "$FORMAT" == "0" ]; then # unsplitted
     1.8 +if [ "$FORMAT" = "0" ]; then # unsplitted
     1.9  	floppyset > $PREFIX
    1.10  	PAD=$(( 512 - ($(stat -c %s $PREFIX) % 512) ))
    1.11  	[ $PAD -ne 512 ] && ddq if=/dev/zero bs=1 count=$PAD >> $PREFIX