X-Git-Url: https://git.plutz.net/?a=blobdiff_plain;f=file.sh;h=c66b17d865db7f74573e0f1e5b2721044945970a;hb=6bc502434737d7f08379e79b94fc6fda424ef779;hp=20990d36474492f700dd5fc60bafc5dbf12f548b;hpb=06ff8fb4d3bf490b71257cf9e5eefa7017c16bed;p=shellwiki diff --git a/file.sh b/file.sh index 20990d3..c66b17d 100755 --- a/file.sh +++ b/file.sh @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright 2016 - 2023 Paul Hänsch +# Copyright 2016 - 2024 Paul Hänsch # # Permission to use, copy, modify, and/or distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -83,7 +83,7 @@ FILE(){ range="${HTTP_RANGE#bytes=}" case "$range" in - *[^0-9]*-*|*-*[^0-9]*) + *[!0-9]*-*|*-*[!0-9]*) range="" ;; *-)