From mboxrd@z Thu Jan 1 00:00:00 1970 From: Neil Horman Subject: Re: [PATCH] devtools: fix symbol check for dash Date: Thu, 9 Aug 2018 11:14:34 -0400 Message-ID: <20180809151434.GC19692@hmswarspite.think-freely.org> References: <1801169.BELgHmehf5@xps> <20180805093847.12935-1-thomas@monjalon.net> <925de6aa-38db-9fa8-23d6-d8ac71fff7e1@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Thomas Monjalon , dev@dpdk.org, stephen@networkplumber.org To: Ferruh Yigit Return-path: Received: from smtp.tuxdriver.com (charlotte.tuxdriver.com [70.61.120.58]) by dpdk.org (Postfix) with ESMTP id DAF962A6C for ; Thu, 9 Aug 2018 17:15:33 +0200 (CEST) Content-Disposition: inline In-Reply-To: <925de6aa-38db-9fa8-23d6-d8ac71fff7e1@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" 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