Re: [dpdk-dev] [PATCH] devtools: fix incorrect shell assignment

2019-03-04 Thread David Marchand
On Mon, Mar 4, 2019 at 11:13 AM Thomas Monjalon wrote: > 04/03/2019 10:57, David Marchand: > > No space needed here: > > ./devtools/checkpatches.sh: line 65: res: command not found > > > > Fixes: dafc04c15174 ("devtools: fix return of forbidden addition checks") > > Cc: sta...@dpdk.org > > Signed

Re: [dpdk-dev] [PATCH] devtools: fix incorrect shell assignment

2019-03-04 Thread Thomas Monjalon
04/03/2019 10:57, David Marchand: > No space needed here: > ./devtools/checkpatches.sh: line 65: res: command not found > > Fixes: dafc04c15174 ("devtools: fix return of forbidden addition checks") > Cc: sta...@dpdk.org > Signed-off-by: David Marchand Thank you It is already submitted: h

[dpdk-dev] [PATCH] devtools: fix incorrect shell assignment

2019-03-04 Thread David Marchand
No space needed here: ./devtools/checkpatches.sh: line 65: res: command not found Fixes: dafc04c15174 ("devtools: fix return of forbidden addition checks") Cc: sta...@dpdk.org Signed-off-by: David Marchand --- devtools/checkpatches.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -