Re: help-version failure on cygwin

2010-04-07 Thread Jim Meyering
Jim Meyering wrote: > Eric Blake wrote: >> A relevant portion of the log of the failure on cygwin: >> >> + mkdir dir-1088 >> + test gzip.exe = '[' >> + prog=gzip.exe >> + eval 'args=$gzip.exe_args' >> ++ args=.exe_args >> + env gzip.exe .exe_args >> gzip: .exe_args: No such file or directory >> + e

Re: help-version failure on cygwin

2010-04-07 Thread Jim Meyering
Eric Blake wrote: > A relevant portion of the log of the failure on cygwin: > > + mkdir dir-1088 > + test gzip.exe = '[' > + prog=gzip.exe > + eval 'args=$gzip.exe_args' > ++ args=.exe_args > + env gzip.exe .exe_args > gzip: .exe_args: No such file or directory > + echo FAIL: gzip.exe > FAIL: gzip.

help-version failure on cygwin

2010-04-06 Thread Eric Blake
A relevant portion of the log of the failure on cygwin: + mkdir dir-1088 + test gzip.exe = '[' + prog=gzip.exe + eval 'args=$gzip.exe_args' ++ args=.exe_args + env gzip.exe .exe_args gzip: .exe_args: No such file or directory + echo FAIL: gzip.exe FAIL: gzip.exe + fail=1 It looks like the help-ve