From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12828 invoked by alias); 24 Jul 2008 10:20:33 -0000 Received: (qmail 12820 invoked by uid 22791); 24 Jul 2008 10:20:33 -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:20:10 +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 m6OAK98Q029050 for ; Thu, 24 Jul 2008 06:20:09 -0400 Received: from pobox.fab.redhat.com (pobox.fab.redhat.com [10.33.63.12]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m6OAK70J005441; Thu, 24 Jul 2008 06:20:08 -0400 Received: from [10.32.4.160] (vpn-4-160.str.redhat.com [10.32.4.160]) by pobox.fab.redhat.com (8.13.1/8.13.1) with ESMTP id m6OAK6cq008530; Thu, 24 Jul 2008 06:20:06 -0400 Message-ID: <48885757.7030402@redhat.com> Date: Thu, 24 Jul 2008 10:20:00 -0000 From: Nick Clifton User-Agent: Thunderbird 2.0.0.14 (X11/20080501) MIME-Version: 1.0 To: "Frank Ch. Eigler" 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 References: <20080724101338.GA21676@redhat.com> In-Reply-To: <20080724101338.GA21676@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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/msg00003.txt.bz2 Hi Frank, > Is there some reason you can't just hard-code SHELL=/bin/sh in > genmloop.sh? Because /bin/sh is not the appropriate shell to use on some systems. (I know for example than on some Solaris machines using /bin/zsh is better). Cheers Nick