This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[3.3 patch] fix build failure with bash-3.0
- From: Matthias Klose <doko at cs dot tu-berlin dot de>
- To: gcc-patches at gcc dot gnu dot org
- Cc: Gabriel Dos Reis <gdr at integrable-solutions dot net>
- Date: Fri, 30 Jul 2004 00:28:30 +0200
- Subject: [3.3 patch] fix build failure with bash-3.0
Needed to build using bash-3.0. Ok to checkin?
2004-07-30 Matthias Klose <doko@debian.org>
* configure: Add missing 'action' argument to trap.
--- configure~ 2002-09-29 18:11:24.000000000 +0200
+++ configure 2004-07-29 10:39:12.000000000 +0200
@@ -1596,7 +1596,7 @@
# Perform the same cleanup as the trap handler, minus the "exit 1" of
course,
# and reset the trap handler.
rm -rf ${tmpdir}
-trap 0
+trap - 0
exit 0