Re: Failing test on Solaris 8 Sparc w/Sun Studio 11

2010-01-26 Thread Dagobert Michelsen
Hi, Am 26.01.2010 um 08:57 schrieb Jim Meyering: Dagobert Michelsen wrote: Further investigation showed that the problem is a call of the generic system-wide grep from Solaris in zgrep which doesn't understand several of the flags. Replacing the invocation with a gnu grep solved the problem:

Re: Failing test on Solaris 8 Sparc w/Sun Studio 11

2010-01-26 Thread Karl Berry
How about having zgrep first look in its own directory (dirname $0) for grep before resorting to PATH?