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 <juhamatti.kuusisa...@coriant.com> > > Acked-by: Ferruh Yigit <ferruh.yi...@intel.com>
Funny bug, I didn't thought that "test -x" is positive for directories. It makes sense. Applied, thanks