From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH OSSTEST 7/8] Debian: Enable interpolation in uboot_scr_load_dtb here doc Date: Mon, 5 Oct 2015 17:30:20 +0100 Message-ID: <1444062620.5302.31.camel@citrix.com> References: <1443777956.11707.61.camel@citrix.com> <1443777978-11119-7-git-send-email-ian.campbell@citrix.com> <22034.42039.795231.78338@mariner.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <22034.42039.795231.78338@mariner.uk.xensource.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Jackson Cc: xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Mon, 2015-10-05 at 17:24 +0100, Ian Jackson wrote: > Ian Campbell writes ("[PATCH OSSTEST 7/8] Debian: Enable interpolation in > uboot_scr_load_dtb here doc"): > > By switching <<'END' to < > a variable here which requires interpretation by the Perl. > > > > Unfortunately this means lots of extra backticks to escape things such > > that they pass through Perl and Shell and end up as ${foo} in the > > resulting u-boot script. > > Acked-by: Ian Jackson > > (I think a backtick is ASCII 0x60 ` not ASCII 0x5C \. I would call \ > a backslash and ` a backquote or open single quote.) So would I, I don't know what I was on about there... Ian.