11 messages in com.xensource.lists.xen-develRe: [Xen-devel] getting etherboot com...
FromSent OnAttachments
John Levon01 Feb 2008 10:16 
John Levon01 Feb 2008 10:20 
Keir Fraser02 Feb 2008 02:20 
Christoph Egger04 Feb 2008 02:23 
Ian Jackson04 Feb 2008 07:52 
Christoph Egger04 Feb 2008 08:18 
John Levon04 Feb 2008 09:02 
Ian Jackson04 Feb 2008 09:06 
John Levon04 Feb 2008 09:13 
Ian Jackson04 Feb 2008 09:25 
John Levon05 Feb 2008 07:42 
Subject:Re: [Xen-devel] getting etherboot compiling
From:Ian Jackson (Ian.@eu.citrix.com)
Date:02/04/2008 09:06:56 AM
List:com.xensource.lists.xen-devel

John Levon writes ("Re: [Xen-devel] getting etherboot compiling"):

It's the variable substitution command, not understand by the 'real' Bourne shell

You mean the ${...#...} construction in this line echo " ETHERBOOT_ROM($nic,${makerom#*-p}) \\" ?

This is specified in SuSv3 `Shell Command Language' section 2.6.2 `Parameter Expansion', final part of the normative text.

Ian.