This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [3.3 patch] fix build failure with bash-3.0
- From: Zack Weinberg <zack at codesourcery dot com>
- To: Matthias Klose <doko at cs dot tu-berlin dot de>
- Cc: gcc-patches at gcc dot gnu dot org, Gabriel Dos Reis <gdr at integrable-solutions dot net>
- Date: Thu, 29 Jul 2004 15:48:30 -0700
- Subject: Re: [3.3 patch] fix build failure with bash-3.0
- References: <16649.31246.934830.142434@gargle.gargle.HOWL>
Matthias Klose <doko@cs.tu-berlin.de> writes:
> Needed to build using bash-3.0. Ok to checkin?
I believe
trap '' 0
is more portable. Also, in the future would you please indicate that
a patch is only relevant to 3.3 (or 3.4, or whatever) more explicitly?
I missed the annotation in the subject on first read.
zw