wok-tiny diff busybox/stuff/httpd_helper.sh @ rev 142

Remove ashism ==
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Feb 27 17:43:23 2019 +0100 (2019-02-27)
parents 23b3ea50ad1a
children
line diff
     1.1 --- a/busybox/stuff/httpd_helper.sh	Thu Jul 07 17:57:16 2011 +0200
     1.2 +++ b/busybox/stuff/httpd_helper.sh	Wed Feb 27 17:43:23 2019 +0100
     1.3 @@ -111,7 +111,7 @@
     1.4  dd bs=1 count=$(($count - ($tmp * $page) ))
     1.5  }
     1.6  
     1.7 -if [ "$REQUEST_METHOD$POST__NAMES" == "POST" ]; then
     1.8 +if [ "$REQUEST_METHOD$POST__NAMES" = "POST" ]; then
     1.9  	prefix=/tmp/httpd_post
    1.10  	mkdir $prefix$$
    1.11  	now=$(stat -c %Y $prefix$$)