slitaz-pizza diff web/pizza.cgi @ rev 129

Remove ashism ==
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Feb 26 08:25:57 2019 +0100 (2019-02-26)
parents 5cede24bc0fc
children b03531b3e96b
line diff
     1.1 --- a/web/pizza.cgi	Thu Mar 16 18:45:22 2017 +0100
     1.2 +++ b/web/pizza.cgi	Tue Feb 26 08:25:57 2019 +0100
     1.3 @@ -5,7 +5,7 @@
     1.4  #
     1.5  
     1.6  # Output a RSS feed of latest build isos.
     1.7 -if [ "$QUERY_STRING" == "rss" ]; then
     1.8 +if [ "$QUERY_STRING" = "rss" ]; then
     1.9  	. /etc/slitaz/pizza.conf
    1.10  	pubdate=$(date "+%a, %d %b %Y %X")
    1.11  	cat << EOT
    1.12 @@ -212,7 +212,7 @@
    1.13  		mv $tmpdir/slitaz-$id $queue
    1.14  		status
    1.15  		
    1.16 -		if [ "$inqueue" == "1" ]; then
    1.17 +		if [ "$inqueue" = "1" ]; then
    1.18  			gettext "Your ISO will be built on next Pizza Bot run"
    1.19  		else
    1.20  			eval_ngettext \