From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] devtools: check_symbol_change requires bash Date: Wed, 01 Aug 2018 18:06:58 +0200 Message-ID: <1801169.BELgHmehf5@xps> References: <20180731151416.4868-1-stephen@networkplumber.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, nhorman@tuxdriver.com To: Stephen Hemminger Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 3AB2F1B000 for ; Wed, 1 Aug 2018 18:07:05 +0200 (CEST) In-Reply-To: <20180731151416.4868-1-stephen@networkplumber.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" 31/07/2018 17:14, Stephen Hemminger: > The syntax of check_symbol_change uses some bash syntax. > It does not run correctly on Debian where /bin/sh is not the > same as /bin/bash. I would prefer we fix the root cause. What is the error? I see there are some == bashisms. Is there something else?