From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Levon Subject: Re: Re: [PATCH] tools: python portability fixes Date: Tue, 4 Aug 2009 10:20:07 -0400 Message-ID: <20090804142007.GA31813@movementarian.org> References: <200907231558.12957.Christoph.Egger@amd.com> <200908041433.13561.Christoph.Egger@amd.com> <19064.12706.140851.702847@mariner.uk.xensource.com> <200908041540.01927.Christoph.Egger@amd.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <200908041540.01927.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" , Ian Jackson , Keir Fraser List-Id: xen-devel@lists.xenproject.org On Tue, Aug 04, 2009 at 03:40:01PM +0200, Christoph Egger wrote: > > If you actually look at the script you're complaining about, it starts > > with > > #! /usr/bin/env bash > > which should work just fine. Right ? > > Yes, given that bash is installed. The non-portable part in this line is the > path to env. In Solaris, env is in /bin. /usr/bin/env works fine, since /bin is a symlink to /usr/bin regards john