wok-tiny diff bootloader/stuff/usr/bin/bootloader @ rev 142

Remove ashism ==
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Feb 27 17:43:23 2019 +0100 (2019-02-27)
parents a3e929634247
children
line diff
     1.1 --- a/bootloader/stuff/usr/bin/bootloader	Thu Jul 18 13:24:21 2013 +0000
     1.2 +++ b/bootloader/stuff/usr/bin/bootloader	Wed Feb 27 17:43:23 2019 +0100
     1.3 @@ -205,7 +205,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  	exit
    1.11  fi