[dpdk-dev] [PATCH v2] examples: fix unusual-interpreter

2016-08-24 Thread Thomas Monjalon
> > *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 readabl

[dpdk-dev] [PATCH v2] examples: fix unusual-interpreter

2016-08-02 Thread Dumitrescu, Cristian
> -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 ; dev at dpdk.org > Subject: [PATCH v2] examples: fix unusua

[dpdk-dev] [PATCH v2] examples: fix unusual-interpreter

2016-08-02 Thread Christian Ehrhardt
*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 ("exampl