This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/14522] [3.5 Regression] Bad sed command in the configure script
- From: "schwab at suse dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 11 Mar 2004 13:46:58 -0000
- Subject: [Bug bootstrap/14522] [3.5 Regression] Bad sed command in the configure script
- References: <20040311065447.14522.ebotcazou@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From schwab at suse dot de 2004-03-11 13:46 -------
Many shells cannot cope properly with nested quotes in a quoted backquote
substitution. The outer quotes are not required anyway since the right side of
an assignment is not subject to word splitting.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14522