From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30468 invoked by alias); 24 Jul 2008 14:44:02 -0000 Received: (qmail 30449 invoked by uid 22791); 24 Jul 2008 14:44:01 -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 14:43:35 +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 m6OEhWWs032367; Thu, 24 Jul 2008 10:43:33 -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 m6OEhV9G026301; Thu, 24 Jul 2008 10:43:31 -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 m6OEgnZ8027965; Thu, 24 Jul 2008 10:43:23 -0400 Received: from ton.toronto.redhat.com (ton.yyz.redhat.com [10.15.16.15]) by touchme.toronto.redhat.com (Postfix) with ESMTP id 1F4988001FF; Thu, 24 Jul 2008 10:42:33 -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 m6OEgGou004362; Thu, 24 Jul 2008 10:42:16 -0400 Received: (from fche@localhost) by ton.toronto.redhat.com (8.13.1/8.13.1/Submit) id m6OEgGqc004361; Thu, 24 Jul 2008 10:42:16 -0400 Date: Thu, 24 Jul 2008 14:44: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: <20080724144215.GB3811@redhat.com> References: <20080724101338.GA21676@redhat.com> <48885757.7030402@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <48885757.7030402@redhat.com> User-Agent: Mutt/1.4.1i Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2008-07/txt/msg00428.txt.bz2 > >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). If the associated shell script not compatible with the unix standard /bin/sh, perhaps that needs to be fixed. - FChE