slitaz-dev-tools diff tazpkg-web/tazpkg-web @ rev 309

Remove ashism ==
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Feb 26 08:23:49 2019 +0100 (2019-02-26)
parents f2ddc8b983cd
children
line diff
     1.1 --- a/tazpkg-web/tazpkg-web	Tue May 31 03:16:44 2011 +0000
     1.2 +++ b/tazpkg-web/tazpkg-web	Tue Feb 26 08:23:49 2019 +0100
     1.3 @@ -28,7 +28,7 @@
     1.4  # to select the correct one.
     1.5  search_form_option()
     1.6  {
     1.7 -	if [ "$RELEASE" == "stable" ]; then
     1.8 +	if [ "$RELEASE" = "stable" ]; then
     1.9  		cat << _EOT_
    1.10  			<option>stable</option>
    1.11  			<option>cooking</option>