tazbug diff web/plugins/textmode/textmode.cgi @ rev 159
Remove ashism ==
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Feb 26 08:28:10 2019 +0100 (2019-02-26) |
parents | 2a172aca8228 |
children |
line diff
1.1 --- a/web/plugins/textmode/textmode.cgi Wed Feb 22 15:43:58 2017 +0100 1.2 +++ b/web/plugins/textmode/textmode.cgi Tue Feb 26 08:28:10 2019 +0100 1.3 @@ -29,7 +29,7 @@ 1.4 fi 1.5 bugdir=$(dirname $bugdir) 1.6 done 1.7 - if [ "$found" == "" ]; then 1.8 + if [ "$found" = "" ]; then 1.9 echo "No result found for: $(GET search)" 1.10 else 1.11 separator && echo "$found result(s) found"