From mboxrd@z Thu Jan 1 00:00:00 1970 From: Aron Griffis Subject: Re: [PATCH] Minor fixes for non-Linux platforms Date: Fri, 13 Oct 2006 17:56:21 -0400 Message-ID: <20061013215620.GH416@fc.hp.com> References: <200610121433.23484.Christoph.Egger@amd.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Return-path: Content-Disposition: inline In-Reply-To: <200610121433.23484.Christoph.Egger@amd.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Christoph Egger Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Christoph, Just wondering, why did you get rid of all the functions from these scripts? AFAIK, every Bourne shell ever made supports functions, though they might need to be declared with the older syntax: func() { asdfasdf } Aron