X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;ds=sidebyside;f=zdiff.in;h=1b911aa6a800e5fb2e97acb707fa461afdaed303;hb=HEAD;hp=fda3259fe1a808d18d40e00e5337fc6b2aeebe55;hpb=013796abf4c6be0bd130f541c0ece156156239c3;p=gzip 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;;