This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: 3.4.5/4.0.2/4.1 PATCH: Run Ada testsuite with CONFIG_SHELL
- From: Rainer Orth <ro at TechFak dot Uni-Bielefeld dot DE>
- To: Andreas Schwab <schwab at suse dot de>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Fri, 10 Jun 2005 00:58:02 +0200 (MEST)
- Subject: Re: 3.4.5/4.0.2/4.1 PATCH: Run Ada testsuite with CONFIG_SHELL
- References: <17064.35413.376641.155241@cumaru><jey89j5i40.fsf@sykes.suse.de>
Andreas Schwab writes:
> Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> writes:
>
> > exec ./run_all.sh "$@"
>
> *Note (autoconf)Shell Substitutions::. A more portable way to write "$@" is
> ${1+"$@"}.
Indeed, that works just as well. So how to proceed?
Rainer