wok diff busybox/stuff/httpd_helper.sh @ rev 21102
perl-image-magick, libjpeg: update version, jabberd2: fix deps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Mar 18 19:29:35 2019 +0100 (2019-03-18) |
parents | f564323fc5a4 |
children |
line diff
1.1 --- a/busybox/stuff/httpd_helper.sh Sat Jun 11 18:25:01 2011 +0200 1.2 +++ b/busybox/stuff/httpd_helper.sh Mon Mar 18 19:29:35 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$$)