X-Git-Url: http://git.plutz.net/?p=serve0;a=blobdiff_plain;f=cgilite%2Ffile.sh;h=8d810b5d472b0a43db49181f1820dd5e4bad1d08;hp=20990d36474492f700dd5fc60bafc5dbf12f548b;hb=HEAD;hpb=e56b8c3170dad62df6bc30386c319068f510d39d diff --git a/cgilite/file.sh b/cgilite/file.sh index 20990d3..8d810b5 100755 --- a/cgilite/file.sh +++ b/cgilite/file.sh @@ -83,7 +83,7 @@ FILE(){ range="${HTTP_RANGE#bytes=}" case "$range" in - *[^0-9]*-*|*-*[^0-9]*) + *[!0-9]*-*|*-*[!0-9]*) range="" ;; *-)