On Friday 27 August 2010, Ralf Wildenhues wrote:
> Hello,
>
> * Eric Blake wrote on Fri, Aug 27, 2010 at 07:10:47PM CEST:
> > On 08/27/2010 10:30 AM, Stefano Lattarini wrote:
> > >(Just for the record, I found this bug while running the
> > >automake testsuite with CONFIG_SHELL=dash).
> >
> > Out
On Friday 27 August 2010, Eric Blake wrote:
> On 08/27/2010 10:30 AM, Stefano Lattarini wrote:
> > (Just for the record, I found this bug while running the automake
> > testsuite with CONFIG_SHELL=dash).
>
> Out of curiosity, which version of dash?
$ dpkg -l dash
ii dash 0.5.5.1-6 POSIX-complia
Hello,
* Eric Blake wrote on Fri, Aug 27, 2010 at 07:10:47PM CEST:
> On 08/27/2010 10:30 AM, Stefano Lattarini wrote:
> >(Just for the record, I found this bug while running the automake
> >testsuite with CONFIG_SHELL=dash).
>
> Out of curiosity, which version of dash? dash 0.5.6 has $LINENO
> s
On 08/27/2010 10:30 AM, Stefano Lattarini wrote:
(Just for the record, I found this bug while running the automake
testsuite with CONFIG_SHELL=dash).
Out of curiosity, which version of dash? dash 0.5.6 has $LINENO
support, but 0.5.5.1 still lacks it. Shells that lack $LINENO are
getting rar
[adding bug-autoconf]
On 08/27/2010 10:30 AM, Stefano Lattarini wrote:
Hello automakers.
The tests missing6.test in its current form produces broken configure and
config.status scripts; more precisely, it's the sed script for $LINENO
subtitution that is broken, since the sed command `b' got sub
Hello automakers.
The tests missing6.test in its current form produces broken configure and
config.status scripts; more precisely, it's the sed script for $LINENO
subtitution that is broken, since the sed command `b' got substituted with
the string `oops'.
(Just for the record, I found this bug w