From: Bdale Garbee Date: Sun, 24 Dec 2017 02:33:19 +0000 (-0700) Subject: don't have patch pre-applied in tree X-Git-Tag: debian/1.9-1~8 X-Git-Url: https://git.gag.com/?p=debian%2Fgzip;a=commitdiff_plain;h=357a301170a6a584ee28c92edc9f2d385bbf8d85 don't have patch pre-applied in tree --- diff --git a/zgrep.in b/zgrep.in index 30ee129..7ce45ae 100644 --- a/zgrep.in +++ b/zgrep.in @@ -69,7 +69,7 @@ while test $# -ne 0; do option=$(expr "X$option" : 'X\(-.[0-9]*\)');; (--binary-*=* | --[lm]a*=* | --reg*=*) ;; - (-[ABCDXdefm] | --binary-* | --file | --[lm]a* | --reg*) + (-[ABCDXdefm] | binary-* | --file | --[lm]a* | --reg*) case ${1?"$option option requires an argument"} in (*\'*) optarg=" '"$(printf '%s\n' "$1" | sed "$escape");;