bug-gzip
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gzip-1.3.10 test failures


From: Paul Eggert
Subject: Re: gzip-1.3.10 test failures
Date: Mon, 08 Jan 2007 23:21:22 -0800
User-agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.4 (gnu/linux)

"Nelson H. F. Beebe" <address@hidden> writes:

> The problem is that the newer $(...) syntax introduced by POSIX is not
> understood by older shells.

Thanks.  Unfortunately zgrep is not easy to port to the `...` syntax
used by older shells, since it uses nested $(... $(...) ...), and
nesting `...` is a huge portability can of worms.  I could rewrite it
to use temp files instead, but I'd rather not, as temp files have
their own problems.  So I suspect we'll just have to live with gzip
not being portable to older systems that lack pre-POSIX shells.  POSIX
standardized $(...) in 1992, so I hope that assuming $(...)  is not a
problem for hosts of practical concern nowadays.

It could well be that the 'configure' is not finding a
POSIX-compatible shell on SGI IRIX MIPS, even though such a shell does
exist.  If so, we can focus on getting that to work; that should fix
the problem with zgrep.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]