From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] devtools: improve kernel script execution check Date: Wed, 18 Apr 2018 16:06:39 +0200 Message-ID: <6246897.FXaGcg8IiS@xps> References: <1524054116-41787-1-git-send-email-juhamatti.kuusisaari@coriant.com> <49518f1c-eab1-6515-ad82-ff7be66621a3@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: Ferruh Yigit , dev@dpdk.org To: Juhamatti Kuusisaari Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 179C77CC6 for ; Wed, 18 Apr 2018 16:06:42 +0200 (CEST) In-Reply-To: <49518f1c-eab1-6515-ad82-ff7be66621a3@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 for directories. It makes sense. Applied, thanks