This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [patch] libjava: avoid using escape sequence with undefined behaviour in echo
- From: Tom Tromey <tromey at redhat dot com>
- To: Mark Mitchell <mark at codesourcery dot com>
- Cc: Paolo Bonzini <paolo dot bonzini at lu dot unisi dot ch>, Matthias Klose <doko at cs dot tu-berlin dot de>, gcc-patches at gcc dot gnu dot org, java-patches at gcc dot gnu dot org
- Date: 18 Sep 2005 15:28:10 -0600
- Subject: Re: [patch] libjava: avoid using escape sequence with undefined behaviour in echo
- References: <17197.4463.990163.590748@gargle.gargle.HOWL><432D4C72.7010202@lu.unisi.ch> <432D9C44.5030807@codesourcery.com>
- Reply-to: tromey at redhat dot com
>>>>> "Mark" == Mark Mitchell <mark@codesourcery.com> writes:
Mark> Paolo Bonzini wrote:
>> I don't oppose such a patch, but still, ash is completely not POSIX and
>> this single noncompliancy will break a good percentage of sed scripts.
Mark> If approved by Java maintainers, this is OK for 4.0, once the branch
Mark> reopens.
This patch is fine by me. Please note that I don't expect anybody
will take special care to keep ash builds working. I don't consider
this a requirement when making changes to the build.
Tom