From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas@monjalon.net>
Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com
 [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 179C77CC6
 for <dev@dpdk.org>; Wed, 18 Apr 2018 16:06:42 +0200 (CEST)
Received: from compute1.internal (compute1.nyi.internal [10.202.2.41])
 by mailout.nyi.internal (Postfix) with ESMTP id 9B62D21D90;
 Wed, 18 Apr 2018 10:06:41 -0400 (EDT)
Received: from mailfrontend1 ([10.202.2.162])
 by compute1.internal (MEProxy); Wed, 18 Apr 2018 10:06:41 -0400
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h=
 cc:content-transfer-encoding:content-type:date:from:in-reply-to
 :message-id:mime-version:references:subject:to:x-me-sender
 :x-me-sender:x-sasl-enc; s=mesmtp; bh=EM90mVUhQHO4yDwBjZ0snk4K2r
 Y+NQB7kIKqkIl+js8=; b=ftPebO5juAKKHCtzobbMwycmlb/v6luymPQkFa8ZV3
 laBGhgHncT3ELNYfB9dapIWc7I71ov6LbOB4ivK/uHakcDTs+52vopZ7eIWBSa0Q
 ikncNFUGMi3UyjXyGVx9dXNCSYjr6OZp4xeAXSBbxdvtJLH3ooWMk5nbOcPZVvki
 Q=
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=
 messagingengine.com; h=cc:content-transfer-encoding:content-type
 :date:from:in-reply-to:message-id:mime-version:references
 :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=EM90mV
 UhQHO4yDwBjZ0snk4K2rY+NQB7kIKqkIl+js8=; b=OrKYuK7PWomdLcHl1keaDD
 9JrsBKXo3rst30theee70W/c5qLl7zeKiF8wLg6R7cLfiaDud7Gp0FAJo8ZOHkzm
 E8oKjn8TLk8ERxDzH0p2HN3PTbEAJVSr7cha2EE7FWwnR+YpNJDhzdnl4XnlCfLs
 8Quhb8QeFi0fxIbfYSlAbSpaHRFIsTtKeq0VMWODHbDH8P9t4rlRxArnmaYFzs+P
 5vWQFjcMRo0dlsEzBY1pabBUtcVjtzfGHpRER6ER04O497Y8Hdng3VraZht/YOW1
 bMBeH8DD/WD0GVxas9z7515CXfhNd1XEqz2d0E/BIR1/Pv3ToJMI6Ew55BgApVCA
 ==
X-ME-Sender: <xms:8VDXWoYa0FvZDTP-FwXvpW32VaZRGLad1hK-QRfqHAUYFRqcrYQ7Dg>
Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184])
 by mail.messagingengine.com (Postfix) with ESMTPA id E53EDE509F;
 Wed, 18 Apr 2018 10:06:40 -0400 (EDT)
From: Thomas Monjalon <thomas@monjalon.net>
To: Juhamatti Kuusisaari <Juhamatti.Kuusisaari@coriant.com>
Cc: Ferruh Yigit <ferruh.yigit@intel.com>, dev@dpdk.org
Date: Wed, 18 Apr 2018 16:06:39 +0200
Message-ID: <6246897.FXaGcg8IiS@xps>
In-Reply-To: <49518f1c-eab1-6515-ad82-ff7be66621a3@intel.com>
References: <1524054116-41787-1-git-send-email-juhamatti.kuusisaari@coriant.com>
 <49518f1c-eab1-6515-ad82-ff7be66621a3@intel.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Subject: Re: [dpdk-dev] [PATCH] devtools: improve kernel script execution
	check
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Wed, 18 Apr 2018 14:06:42 -0000

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.kuusisaari@coriant.com>
> 
> Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>

Funny bug, I didn't thought that "test -x" is positive for directories.
It makes sense.

Applied, thanks