From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] devtools: fix symbol check for dash Date: Thu, 9 Aug 2018 13:14:23 +0100 Message-ID: <925de6aa-38db-9fa8-23d6-d8ac71fff7e1@intel.com> References: <1801169.BELgHmehf5@xps> <20180805093847.12935-1-thomas@monjalon.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org, stephen@networkplumber.org To: Thomas Monjalon , nhorman@tuxdriver.com Return-path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 0BBE1FEB for ; Thu, 9 Aug 2018 14:14:26 +0200 (CEST) In-Reply-To: <20180805093847.12935-1-thomas@monjalon.net> Content-Language: en-US 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 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