From: Paul Eggert Date: Thu, 4 Jan 2007 05:24:04 +0000 (+0000) Subject: * zdiff.in: Test /dev//fd/3, not /dev/fd/3, to work around a problem X-Git-Tag: v1.3.12~15 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=01ec37f37744c0035a6ed570ec7736a6b43a2cd2;p=debian%2Fgzip * zdiff.in: Test /dev//fd/3, not /dev/fd/3, to work around a problem with Tru64 4.0F ksh M-11/16/88f reported by Thomas Koutcher in . --- diff --git a/ChangeLog b/ChangeLog index c0bcc6e..b7699b0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-01-03 Paul Eggert + + * zdiff.in: Test /dev//fd/3, not /dev/fd/3, to work around a problem + with Tru64 4.0F ksh M-11/16/88f reported by Thomas Koutcher in + . + 2006-12-30 Paul Eggert * NEWS: Version 1.3.10 released. diff --git a/zdiff.in b/zdiff.in index 74c92fb..72caacc 100644 --- a/zdiff.in +++ b/zdiff.in @@ -65,7 +65,9 @@ elif test $# -eq 2; then *[-.]gz* | *[-.][zZ] | *.t[ga]z | -) if test "$1$2" = --; then gzip -cdfq - | eval "$cmp" - - - elif test -r /dev/fd/3 3