From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from cpe-2606-a000-111b-40fe-f1c6-eb46-ccca-fca5.dyn6.twc.com ([2606:a000:111b:40fe:f1c6:eb46:ccca:fca5] helo=localhost) by smtp.tuxdriver.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1fnmeb-0004hy-CN; Thu, 09 Aug 2018 11:15:19 -0400 Date: Thu, 9 Aug 2018 11:14:34 -0400 From: Neil Horman To: Ferruh Yigit Cc: Thomas Monjalon , dev@dpdk.org, stephen@networkplumber.org 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 Content-Disposition: inline In-Reply-To: <925de6aa-38db-9fa8-23d6-d8ac71fff7e1@intel.com> User-Agent: Mutt/1.10.1 (2018-07-13) X-Spam-Score: -2.9 (--) X-Spam-Status: No Subject: Re: [dpdk-dev] [PATCH] devtools: fix symbol check for dash X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Aug 2018 15:15:34 -0000 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