slitaz-forge diff mirror/floppies/mkfdrolling.sh @ rev 698

Remove ashism ==
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Feb 26 08:22:34 2019 +0100 (2019-02-26)
parents 2f42ab2912be
children ade20bc3ae19
line diff
     1.1 --- a/mirror/floppies/mkfdrolling.sh	Sun Jun 24 21:59:25 2018 +0200
     1.2 +++ b/mirror/floppies/mkfdrolling.sh	Tue Feb 26 08:22:34 2019 +0100
     1.3 @@ -45,7 +45,7 @@
     1.4  		awk "/fd$(($i+1))/{q=1}{if(!q)n++}END{print n}") floppies:
     1.5  		<tt>fd001.img</tt> to <tt>$(ls -r fd${i}* | sed q)</tt>.<br>
     1.6  		$flavor provides $(while read f d; do 
     1.7 -			[ $f == $flavor ] && echo $d; done <<EOT
     1.8 +			[ $f = $flavor ] && echo $d; done <<EOT
     1.9  base the minimum SliTaz distribution subset in text mode
    1.10  justx the minimum SliTaz distribution subset with X11 support
    1.11  gtkonly the minimum SliTaz distribution subset with GTK+ support