From owner-freebsd-stable@FreeBSD.ORG Wed Jul 9 14:13:19 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C468C24B for ; Wed, 9 Jul 2014 14:13:19 +0000 (UTC) Received: from constantine.ingresso.co.uk (constantine.ingresso.co.uk [IPv6:2a02:b90:3002:e550::3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8C09B2278 for ; Wed, 9 Jul 2014 14:13:19 +0000 (UTC) Received: from dilbert.london-internal.ingresso.co.uk ([10.64.50.6] helo=dilbert.ingresso.co.uk) by constantine.ingresso.co.uk with esmtps (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.82 (FreeBSD)) (envelope-from ) id 1X4scT-000FKJ-25; Wed, 09 Jul 2014 14:13:13 +0000 Received: from petefrench by dilbert.ingresso.co.uk with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1X4scS-0002RR-Vw; Wed, 09 Jul 2014 15:13:12 +0100 To: allbery.b@gmail.com, decvt100@gmail.com Subject: Re: Issues using new_xorg pkg repository In-Reply-To: <2718331.ry9dV3iG77@hobbita.kernelmap.com> Message-Id: From: Pete French Date: Wed, 09 Jul 2014 15:13:12 +0100 Cc: freebsd-stable@freebsd.org, petefrench@ingresso.co.uk X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Jul 2014 14:13:19 -0000 > El Miércoles, 9 de julio de 2014 09:57:39 Brandon Allbery escribió: > > It expands $ unless you quote the end string (cat <<'EOF' or cat <<\EOF). > > Thanks a lot! > > I didn't know anything about that behaviour. Neither did I! 28 years later I am still learning new things about /bin/sh ;-) Should the directions for creating the new_xorg repository be changed to reflect this ? In the other thread ther are there with EOF unquoted, as they are in the original post, and thus this is going to trip up more people. -pete.