From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id DCB0F1384B4 for ; Mon, 23 Nov 2015 10:55:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3407121C0B6; Mon, 23 Nov 2015 10:55:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2D3AF21C039 for ; Mon, 23 Nov 2015 10:55:15 +0000 (UTC) Received: from jmac.jlec.de (ip-88-153-156-92.hsi04.unitymediagroup.de [88.153.156.92]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: jlec) by smtp.gentoo.org (Postfix) with ESMTPSA id 91FC2340504; Mon, 23 Nov 2015 10:55:13 +0000 (UTC) Subject: Re: [gentoo-dev] [PATCH 10/29] python-utils-r1.eclass: Make heredocs consistent To: gentoo-dev@lists.gentoo.org References: <1448221870-17269-1-git-send-email-mgorny@gentoo.org> <1448221870-17269-11-git-send-email-mgorny@gentoo.org> Cc: =?UTF-8?B?TWljaGHFgiBHw7Nybnk=?= From: "Justin Lecher (jlec)" Message-ID: <5652F08D.70607@gentoo.org> Date: Mon, 23 Nov 2015 11:55:09 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 In-Reply-To: <1448221870-17269-11-git-send-email-mgorny@gentoo.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit X-Archives-Salt: f1e5d432-1a6c-4ec0-9d72-29694ec5944f X-Archives-Hash: 4e8bd22cbcca095e8f4e7ca0d12dcfdc -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 On 22/11/15 20:50, Micha? Górny wrote: > --- eclass/python-utils-r1.eclass | 10 +++++----- 1 file changed, 5 > insertions(+), 5 deletions(-) > > diff --git a/eclass/python-utils-r1.eclass > b/eclass/python-utils-r1.eclass index 7617c3f..6fb1ec5 100644 --- > a/eclass/python-utils-r1.eclass +++ > b/eclass/python-utils-r1.eclass @@ -933,11 +933,11 @@ > python_wrapper_setup() { > > local x for x in "${nonsupp[@]}"; do - cat >"${workdir}"/bin/${x} > <<__EOF__ || die -#!/bin/sh -echo "${x} is not supported by > ${EPYTHON}" >&2 -exit 127 -__EOF__ + cat >"${workdir}"/bin/${x} > <<-_EOF_ || die + #!/bin/sh + echo "${x} is not supported by > ${EPYTHON}" >&2 + exit 127 +_EOF_ Why not indenting this line? -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0 iQJ8BAEBCgBmBQJWUvCNXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ0QUU0N0I4NzFERUI0MTJFN0EyODE0NUFF OTQwMkE3OUIwMzUyOUEyAAoJEOlAKnmwNSmiqWwQAJaI+wQ35CBxT7ZSxLMBtA3x TtafJinkacJBbSzxgXHnQ/RprAoRO6Utg2ijJh3rYxu8LCD6Al/iF23MtcdzhBWe oU6KXVzCQI5A+47EFDGifD+GHWkIDwcCepKF+4xKpUGSeN4sxLrENAXt4YysjFPo QN29+zx4IAsCj/EZmi5ViVCZGA2UdedCkbwbhXUJ5hYXNAS1XPQjFvVCKWp57Ayt Njj4sVgOJB7kWcZYV6URzv1TFPENSbEI3/H3RpVJAQCnzQLDux0Evy5dNlBG73RU OnX2mXdZYWibIYgLR6zCtZpiOKcmiIOBlx/PZSgT0ylrHsgzPt7+WY3AEZxtcr+X 9Hii2Qb4WfOXAaVIDSIwUgg44AVSKY5yz+IRmQ6Q7L7u4qmQUMs6JEIb4LJ2oCRH wbmA/D3exiVEGTzeKI3DQnupkpCeEdtY70R38DmI7Jv6vyLI8mvxw/muTaDh2wF7 7PB3S1HPYsfoje+7GO9g4Bq0xVwssn4XqIvRzwO82nbGHCLA8kPT4q0sevl5iUQY c+g8X4n34re/wj/uH0j1skkx49VNrZvd0HZ7JzT4XcGK6s673SK8pcJLlYzjInpF IO4PqBZkRkYPPhyfj8YjbtluquPtQExVBAAQOWF/LlZ9AzHhxkgoxv4lwxFK56/l NPR5/VPzuJOHWB5pcG2C =XqEp -----END PGP SIGNATURE-----