Re: [dpdk-dev] [PATCH] devtools: check_symbol_change requires bash

2018-08-01 Thread Thomas Monjalon
31/07/2018 17:14, Stephen Hemminger: > The syntax of check_symbol_change uses some bash syntax. > It does not run correctly on Debian where /bin/sh is not the > same as /bin/bash. I would prefer we fix the root cause. What is the error? I see there are some == bashisms. Is there something else?

Re: [dpdk-dev] [PATCH] devtools: check_symbol_change requires bash

2018-07-31 Thread Stephen Hemminger
On Tue, 31 Jul 2018 16:01:19 + "Mcnamara, John" wrote: > > -Original Message- > > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Stephen Hemminger > > Sent: Tuesday, July 31, 2018 4:14 PM > > To: nhor...@tuxdriver.com > > Cc: dev@dpdk.org; Stephen Hemminger > > Subject: [dpdk-d

Re: [dpdk-dev] [PATCH] devtools: check_symbol_change requires bash

2018-07-31 Thread Mcnamara, John
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Stephen Hemminger > Sent: Tuesday, July 31, 2018 4:14 PM > To: nhor...@tuxdriver.com > Cc: dev@dpdk.org; Stephen Hemminger > Subject: [dpdk-dev] [PATCH] devtools: check_symbol_change requires bash > > The syntax o