This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: RFA: Fix the shell used to execute mloop.in
- From: "Frank Ch. Eigler" <fche at redhat dot com>
- To: Nick Clifton <nickc at redhat dot com>
- Cc: gdb-patches at sourceware dot org, brolley at redhat dot com, bje at gnu dot org, cgen at sources dot redhat dot com
- Date: Thu, 24 Jul 2008 06:13:38 -0400
- Subject: Re: RFA: Fix the shell used to execute mloop.in
- References: <m33alz208z.fsf@redhat.com>
Hi -
On Thu, Jul 24, 2008 at 08:46:04AM +0100, Nick Clifton wrote:
> [...] So anyway I am proposing the patch below as a solution. It
> adds a new optional parameter to the genmloop.sh script which
> specifies the shell to use when invoking the target input
> file. [...]
Is there some reason you can't just hard-code SHELL=/bin/sh in
genmloop.sh?
- FChE