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

Bug#318866: marked as done (csu/Makefile uses unspecified echo behavior)



Your message dated Fri, 10 Mar 2006 15:23:45 +0100
with message-id <20060310142345.GB9249@linuxfr.org>
and subject line Bug fixed
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: glibc
Version: 2.3.2.ds1-22

In csu/Makefile, the rule to produce version-info.h uses echo to display
"\n", but the handling of backslashed by echo is not standard, and there are
variations among the builtin echo of the /bin/sh variants available on
Debian:

/tmp $ cat > try_echo
echo 'foo\nbar'
/tmp $ bash try_echo 
foo\nbar
/tmp $ dash try_echo
foo
bar

Attachment: signature.asc
Description: Digital signature


--- End Message ---
--- Begin Message ---
Version: 2.3.5-11

Hi,

this bug was a duplicate of #207391 and has been fixed in glibc 2.3.5-11.

Denis

--- End Message ---

Reply to: