From owner-freebsd-stable@FreeBSD.ORG Wed Jul 9 14:10:48 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 D7D4AF94 for ; Wed, 9 Jul 2014 14:10:48 +0000 (UTC) Received: from mail-wi0-x22f.google.com (mail-wi0-x22f.google.com [IPv6:2a00:1450:400c:c05::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6D75821D8 for ; Wed, 9 Jul 2014 14:10:48 +0000 (UTC) Received: by mail-wi0-f175.google.com with SMTP id ho1so2838763wib.2 for ; Wed, 09 Jul 2014 07:10:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:user-agent:in-reply-to :references:mime-version:content-transfer-encoding:content-type; bh=y3dBXiJd5+EgVf20n6YL8D2XabJWg8nr3caCjWfmfww=; b=r9yw8WAlsyFtrwJ3iJpl74GZrTStadBR5DiGYfDBKh1+Lk3muMrx4OmsYuI4iGWQxn AfQ79NVTgzcsy94b57dQwCWVaHtJ40/kSJ13/pML87jYdJOYAcobdR3UQNp91Hi7G963 JfFieOHKoGGRwQQBDGnMFYCx/A46G58g7EaGnDw9pwjOLxew53rEs7k8UHminZnVCyOC rz4/4e+HqLXr223dGP0VJTrQHEd2eF8sRxF37BTudhWvFkaFTOdfOTBrez4MuS3pXpOW S/7hPWS4vW4k5KS+bMTjyfQwuMCGPyCP6kXYHRC1FJfXdNwomCIOoUQJCbPGbIJrTKPf 6MVw== X-Received: by 10.194.79.135 with SMTP id j7mr49820223wjx.56.1404915046530; Wed, 09 Jul 2014 07:10:46 -0700 (PDT) Received: from hobbita.kernelmap.com (84.120.86.62.dyn.user.ono.com. [84.120.86.62]) by mx.google.com with ESMTPSA id i12sm103630349wjr.32.2014.07.09.07.10.45 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 09 Jul 2014 07:10:45 -0700 (PDT) From: Carlos To: Brandon Allbery Subject: Re: Issues using new_xorg pkg repository Date: Wed, 09 Jul 2014 16:09:58 +0200 Message-ID: <2718331.ry9dV3iG77@hobbita.kernelmap.com> User-Agent: KMail/4.12.5 (FreeBSD/10.0-STABLE; KDE/4.12.5; amd64; ; ) In-Reply-To: References: <24244376.QCTQUyq6Lv@hobbita.kernelmap.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="iso-8859-1" Cc: freebsd-stable , Pete French 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:10:48 -0000 El Mi=E9rcoles, 9 de julio de 2014 09:57:39 Brandon Allbery escribi=F3:= > It expands $ unless you quote the end string (cat <<'EOF' or cat <<\E= OF). Thanks a lot! I didn't know anything about that behaviour. Best regards