From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id CC7F02BD3 for ; Tue, 2 Aug 2016 12:03:28 +0200 (CEST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga101.jf.intel.com with ESMTP; 02 Aug 2016 03:03:27 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,459,1464678000"; d="scan'208";a="858027054" Received: from irsmsx104.ger.corp.intel.com ([163.33.3.159]) by orsmga003.jf.intel.com with ESMTP; 02 Aug 2016 03:03:26 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.71]) by IRSMSX104.ger.corp.intel.com ([169.254.5.203]) with mapi id 14.03.0248.002; Tue, 2 Aug 2016 11:01:32 +0100 From: "Dumitrescu, Cristian" To: Christian Ehrhardt , "thomas.monjalon@6wind.com" , "dev@dpdk.org" Thread-Topic: [PATCH v2] examples: fix unusual-interpreter Thread-Index: AQHR7Ii2IgKiaHQnwkSul/46au9b2qA1cHXQ Date: Tue, 2 Aug 2016 10:01:32 +0000 Message-ID: <3EB4FA525960D640B5BDFFD6A3D8912647A3E7D3@IRSMSX108.ger.corp.intel.com> References: <1470120000-26473-1-git-send-email-christian.ehrhardt@canonical.com> In-Reply-To: <1470120000-26473-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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZmY2NTIxNGQtMWM5ZS00NTVlLWJiZmYtMmEyM2U2NTM2Y2Y2IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IjZvZ2gwUzZjUUNVTklNNWY1c1wvZkxVQVpuSThacG9rWkFzU1lITWJjQVNjPSJ9 x-ctpclassification: CTP_IC x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2] 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: Tue, 02 Aug 2016 10:03:29 -0000 > -----Original Message----- > From: Christian Ehrhardt [mailto:christian.ehrhardt@canonical.com] > Sent: Tuesday, August 2, 2016 7:40 AM > To: christian.ehrhardt@canonical.com; thomas.monjalon@6wind.com; > Dumitrescu, Cristian ; dev@dpdk.org > Subject: [PATCH v2] examples: fix unusual-interpreter >=20 > *update in v2* > - use #!/usr/bin/env python as usually recommended and suggested in the > discussion >=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 > --- > examples/ip_pipeline/config/diagram-generator.py | 2 +- > examples/ip_pipeline/config/pipeline-to-core-mapping.py | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) >=20 Acked-by: Cristian Dumitrescu