Re: [dpdk-dev] [PATCH] devtools: improve kernel script execution check

2018-04-18 Thread Thomas Monjalon
18/04/2018 16:06, Thomas Monjalon: > 18/04/2018 15:30, Ferruh Yigit: > > On 4/18/2018 1:21 PM, Juhamatti Kuusisaari wrote: > > > Handle properly a case where DPDK_PATCH_PATH is set > > > to point to a directory. > > > > > > Signed-off-by: Juhamatti Kuusisaari > > > > Acked-by: Ferruh Yigit > >

Re: [dpdk-dev] [PATCH] devtools: improve kernel script execution check

2018-04-18 Thread Thomas Monjalon
18/04/2018 15:30, Ferruh Yigit: > On 4/18/2018 1:21 PM, Juhamatti Kuusisaari wrote: > > Handle properly a case where DPDK_PATCH_PATH is set > > to point to a directory. > > > > Signed-off-by: Juhamatti Kuusisaari > > Acked-by: Ferruh Yigit Funny bug, I didn't thought that "test -x" is positive

Re: [dpdk-dev] [PATCH] devtools: improve kernel script execution check

2018-04-18 Thread Ferruh Yigit
On 4/18/2018 1:21 PM, Juhamatti Kuusisaari wrote: > Handle properly a case where DPDK_PATCH_PATH is set > to point to a directory. > > Signed-off-by: Juhamatti Kuusisaari Acked-by: Ferruh Yigit