slitaz-forge diff roadmap/roadmap.cgi @ rev 718

pangolin/web/index.php: add games.slitaz.org
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Oct 25 17:27:46 2021 +0000 (2021-10-25)
parents 9f35be822910
children
line diff
     1.1 --- a/roadmap/roadmap.cgi	Thu Feb 16 23:55:38 2017 +0100
     1.2 +++ b/roadmap/roadmap.cgi	Mon Oct 25 17:27:46 2021 +0000
     1.3 @@ -36,13 +36,13 @@
     1.4  		for task in $(fgrep -H "$1" $taskdir/*.conf | cut -d ":" -f 1)
     1.5  		do
     1.6  			. $task
     1.7 -			if [ "$PRIORITY" == "$pr" ]; then
     1.8 +			if [ "$PRIORITY" = "$pr" ]; then
     1.9  				show_task
    1.10  			fi
    1.11  		done
    1.12  	done
    1.13 -	[ "$1" == "TODO" ] && [ "$todo" == "0" ] && echo "All done."
    1.14 -	[ "$1" == "DONE" ] && [ "$done" == "0" ] && echo "Nothing done."
    1.15 +	[ "$1" = "TODO" ] && [ "$todo" = "0" ] && echo "All done."
    1.16 +	[ "$1" = "DONE" ] && [ "$done" = "0" ] && echo "Nothing done."
    1.17  }
    1.18  
    1.19  # xHTML header.