X-Git-Url: https://git.cworth.org/git?p=gzip;a=blobdiff_plain;f=zdiff.in;fp=zdiff.in;h=1b911aa6a800e5fb2e97acb707fa461afdaed303;hp=fda3259fe1a808d18d40e00e5337fc6b2aeebe55;hb=e7aafc2862026ac38e79c3ee0c5c39ef377ad3be;hpb=cc4933f3af4a06bfbe17ee54f7ee175eb1a2f3a9 diff --git a/zdiff.in b/zdiff.in index fda3259..1b911aa 100644 --- a/zdiff.in +++ b/zdiff.in @@ -104,7 +104,7 @@ elif test $# -eq 2; then exec 4>&1 (gzip -cdfq -- "$1" 4>&-; echo $? >&4) 3>&- | ( (gzip -cdfq -- "$2" 4>&-; echo $? >&4) 3>&- 5<&- &3) 5<&0 ) case $gzip_status in *[1-9]*) gzip_status=1;;