> -----Original Message----- > From: Christian Ehrhardt [mailto:christian.ehrhardt at canonical.com] > Sent: Tuesday, August 2, 2016 7:40 AM > To: christian.ehrhardt at canonical.com; thomas.monjalon at 6wind.com; > Dumitrescu, Cristian <cristian.dumitrescu at intel.com>; dev at dpdk.org > Subject: [PATCH v2] examples: fix unusual-interpreter > > *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 <christian.ehrhardt at canonical.com> > --- > 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(-) >
Acked-by: Cristian Dumitrescu <cristian.dumitrescu at intel.com>