tinycm diff plugins/export/export.cgi @ rev 121

Remove ashism ==
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Feb 26 12:26:25 2019 +0100 (2019-02-26)
parents 854c4a8f0972
children
line diff
     1.1 --- a/plugins/export/export.cgi	Sat Feb 01 01:28:51 2014 +0100
     1.2 +++ b/plugins/export/export.cgi	Tue Feb 26 12:26:25 2019 +0100
     1.3 @@ -74,7 +74,7 @@
     1.4  			for d in $(find . -type f | sed s'!./!!')
     1.5  			do
     1.6  				d=${d%.txt}
     1.7 -				[ "$d" == "en/help" ] && continue
     1.8 +				[ "$d" = "en/help" ] && continue
     1.9  				gettext "Exporting: "; echo "$d.txt"
    1.10  				mkdir -p $tmpdir/$export/$(dirname $d)
    1.11  				f=$tmpdir/$export/$d.html