From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11186 invoked by alias); 24 Jul 2008 10:15:23 -0000 Received: (qmail 11178 invoked by uid 22791); 24 Jul 2008 10:15:23 -0000 X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 24 Jul 2008 10:14:54 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id m6OAEqhL026891 for ; Thu, 24 Jul 2008 06:14:52 -0400 Received: from pobox-3.corp.redhat.com (pobox-3.corp.redhat.com [10.11.255.67]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m6OAEqPZ001901; Thu, 24 Jul 2008 06:14:52 -0400 Received: from touchme.toronto.redhat.com (IDENT:postfix@touchme.yyz.redhat.com [10.15.16.9]) by pobox-3.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m6OAEBjO011826; Thu, 24 Jul 2008 06:14:44 -0400 Received: from ton.toronto.redhat.com (ton.yyz.redhat.com [10.15.16.15]) by touchme.toronto.redhat.com (Postfix) with ESMTP id F225D8001FF; Thu, 24 Jul 2008 06:13:54 -0400 (EDT) Received: from ton.toronto.redhat.com (localhost.localdomain [127.0.0.1]) by ton.toronto.redhat.com (8.13.1/8.13.1) with ESMTP id m6OADcMj022050; Thu, 24 Jul 2008 06:13:38 -0400 Received: (from fche@localhost) by ton.toronto.redhat.com (8.13.1/8.13.1/Submit) id m6OADcDS022049; Thu, 24 Jul 2008 06:13:38 -0400 Date: Thu, 24 Jul 2008 10:15:00 -0000 From: "Frank Ch. Eigler" To: Nick Clifton Cc: gdb-patches@sourceware.org, brolley@redhat.com, bje@gnu.org, cgen@sources.redhat.com Subject: Re: RFA: Fix the shell used to execute mloop.in Message-ID: <20080724101338.GA21676@redhat.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i X-IsSubscribed: yes Mailing-List: contact cgen-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cgen-owner@sourceware.org X-SW-Source: 2008-q3/txt/msg00002.txt.bz2 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