fbs rev 8 tip

Remove ashism ==
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Feb 26 12:27:47 2019 +0100 (2019-02-26)
parents 2736565d8cf9
children
files examples/rcS.minimal
line diff
     1.1 --- a/examples/rcS.minimal	Fri May 02 19:32:12 2014 +0100
     1.2 +++ b/examples/rcS.minimal	Tue Feb 26 12:27:47 2019 +0100
     1.3 @@ -17,7 +17,7 @@
     1.4  export PATH=/bin:/sbin:/usr/bin:/usr/sbin
     1.5  
     1.6  # Framebuffer Boot Splash
     1.7 -if [ "$FBSPLASH" == "on" ]; then
     1.8 +if [ "$FBSPLASH" = "on" ]; then
     1.9  	clear && usleep 250000
    1.10  	fifo="/fbs.fifo" && fbs start
    1.11  	echo "0" > ${fifo} && usleep 500000