From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] examples: fix unusual-interpreter Date: Wed, 24 Aug 2016 18:14:23 +0200 Message-ID: <4601027.QdtUHydLud@xps13> References: <1470120000-26473-1-git-send-email-christian.ehrhardt@canonical.com> <3EB4FA525960D640B5BDFFD6A3D8912647A3E7D3@IRSMSX108.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: "Dumitrescu, Cristian" , dev@dpdk.org To: Christian Ehrhardt Return-path: Received: from mail-wm0-f46.google.com (mail-wm0-f46.google.com [74.125.82.46]) by dpdk.org (Postfix) with ESMTP id 72A7C5692 for ; Wed, 24 Aug 2016 18:14:25 +0200 (CEST) Received: by mail-wm0-f46.google.com with SMTP id i5so34988507wmg.0 for ; Wed, 24 Aug 2016 09:14:25 -0700 (PDT) In-Reply-To: <3EB4FA525960D640B5BDFFD6A3D8912647A3E7D3@IRSMSX108.ger.corp.intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > *update in v2* > > - use #!/usr/bin/env python as usually recommended and suggested in the > > discussion > > > > 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. > > > > Fixes: 8673a3e8 ("examples/ip_pipeline: add config diagram generator") > > Fixes: fa667b46 ("examples/ip_pipeline: add core mappings script") > > > > Signed-off-by: Christian Ehrhardt > > Acked-by: Cristian Dumitrescu Applied, thanks