wok-next diff busybox/stuff/httpd_helper.sh @ rev 15723

Move from undigest: poppler-qt4-apps varka varka-dev vifm tmux-mem-cpu-load (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Dec 26 13:52:49 2013 +0000 (2013-12-26)
parents 6390498a6cd1
children
line diff
     1.1 --- a/busybox/stuff/httpd_helper.sh	Sat Jun 11 17:53:28 2011 +0200
     1.2 +++ b/busybox/stuff/httpd_helper.sh	Thu Dec 26 13:52:49 2013 +0000
     1.3 @@ -122,8 +122,9 @@
     1.4  	n=1
     1.5  	cat > ${post}0
     1.6  	read delim < ${post}0
     1.7 +	delim=${delim%?}
     1.8  	case "$delim" in
     1.9 -	-*)	awk "/${delim%?}/ { o+=index(\$0,\"$delim\")-1; print o }
    1.10 +	-*)	awk "/$delim/ { o+=index(\$0,\"$delim\")-1; print o }
    1.11  	   		  { o+=1+length() }" < ${post}0 | while read offset; do
    1.12  		    if [ $offset -ne 0 ]; then
    1.13  			ddcut $last $offset < ${post}0 > $post$n 2> /dev/null