bug-autoconf
[Top][All Lists]
Advanced

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

Re: Bug in autoconf 2.62 with old GNU awk


From: 'Ralf Wildenhues'
Subject: Re: Bug in autoconf 2.62 with old GNU awk
Date: Sun, 14 Dec 2008 10:37:47 +0100
User-agent: Mutt/1.5.18 (2008-05-17)

* Daniel Richard G. wrote on Sat, Dec 13, 2008 at 10:37:30PM CET:
> Here is the real problem---not gawk(1), but indeed tr(1):
> 
> % ( echo foo ; echo bar ) | tr '\015\012' ' '
> foo
> bar
> % ( echo foo ; echo bar ) | tr '\015\012' '  '  <---- note the two-space 
> string
> foo bar %
> 
> The expected "SET2 is extended to length of SET1 by repeating its last 
> character as necessary" thing is not happening!

Posix leaves this unspecified, in order to allow for the historical
System V semantics.

Cheers,
Ralf




reply via email to

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