From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] devtools: fix symbol check for dash Date: Thu, 09 Aug 2018 18:13:08 +0200 Message-ID: <3657015.y9co9IoqB0@xps> References: <1801169.BELgHmehf5@xps> <925de6aa-38db-9fa8-23d6-d8ac71fff7e1@intel.com> <20180809151434.GC19692@hmswarspite.think-freely.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: Neil Horman , Ferruh Yigit , stephen@networkplumber.org To: dev@dpdk.org Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id B3BA22BC9 for ; Thu, 9 Aug 2018 18:13:11 +0200 (CEST) In-Reply-To: <20180809151434.GC19692@hmswarspite.think-freely.org> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 09/08/2018 17:14, Neil Horman: > On Thu, Aug 09, 2018 at 01:14:23PM +0100, Ferruh Yigit wrote: > > On 8/5/2018 10:38 AM, Thomas Monjalon wrote: > > > The script check-symbol-change.sh was not running when > > > /bin/sh redirects to dash. > > > > > > Fixes: 4bec48184e33 ("devtools: add checks for ABI symbol addition") > > > Cc: nhorman@tuxdriver.com > > > > > > Reported-by: Stephen Hemminger > > > Signed-off-by: Thomas Monjalon > > > > Tested-by: Ferruh Yigit > > > Acked-by: Neil Horman Applied