From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 7A8962B9A for ; Mon, 1 Aug 2016 17:05:16 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga104.fm.intel.com with ESMTP; 01 Aug 2016 08:05:15 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,455,1464678000"; d="scan'208";a="1017617344" Received: from irsmsx102.ger.corp.intel.com ([163.33.3.155]) by fmsmga001.fm.intel.com with ESMTP; 01 Aug 2016 08:05:14 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.71]) by IRSMSX102.ger.corp.intel.com ([169.254.2.123]) with mapi id 14.03.0248.002; Mon, 1 Aug 2016 16:05:13 +0100 From: "Dumitrescu, Cristian" To: Christian Ehrhardt , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] examples: fix unusual-interpreter Thread-Index: AQHR6/BJdroR3Wr1eUagOGbs1w+pc6A0M62A Date: Mon, 1 Aug 2016 15:05:13 +0000 Message-ID: <3EB4FA525960D640B5BDFFD6A3D8912647A3E441@IRSMSX108.ger.corp.intel.com> References: <1470054511-31217-1-git-send-email-christian.ehrhardt@canonical.com> In-Reply-To: <1470054511-31217-1-git-send-email-christian.ehrhardt@canonical.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNDRjOTQ4YzUtN2MxZi00YTJmLTlkNzAtN2M3NzBlMGQ0ZTQzIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IkN0cjF3Q3VCcUZsTkQ4TE16Y2NQSGYrQ1VBUWFGampEYXFNK2dRRXNva3c9In0= x-ctpclassification: CTP_IC x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] examples: fix unusual-interpreter X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Aug 2016 15:05:16 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Christian Ehrhardt > Sent: Monday, August 1, 2016 1:29 PM > To: christian.ehrhardt@canonical.com; dev@dpdk.org > Subject: [dpdk-dev] [PATCH] examples: fix unusual-interpreter >=20 > Due to regular lintian checks in Debian packaging it surfaced that these > two scripts had a space in their #! statement which renders it to be > human, but not shell readable. >=20 > Fixes: 8673a3e8 ("examples/ip_pipeline: add config diagram generator") > Fixes: fa667b46 ("examples/ip_pipeline: add core mappings script") >=20 > Signed-off-by: Christian Ehrhardt > --- Acked-by: Cristian Dumitrescu Christian and Thomas,=20 Looking at this email thread, if there is an even better more robust soluti= on, please suggest. It would not hurt to document it in the coding guidelin= es for scripts. Thanks, Cristian