From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3] devtools: move forbidden tokens awk script to a separate file Date: Mon, 01 Oct 2018 23:38:33 +0200 Message-ID: <3504331.3k9q2Prji3@xps> References: <1538039048-20562-1-git-send-email-arnon@qwilt.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, amo@semihalf.com, i.maximets@samsung.com, stephen@networkplumber.org, david.marchand@6wind.com To: Arnon Warshavsky Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id C8BE05B3A for ; Mon, 1 Oct 2018 23:38:36 +0200 (CEST) In-Reply-To: <1538039048-20562-1-git-send-email-arnon@qwilt.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" 27/09/2018 11:04, Arnon Warshavsky: > The awk code previously read inline in checkpatches.pl > was using -d which is a bash option, > while bash is not the default shell in all distributions. > Now moved to be read from a separate file. > > Signed-off-by: Arnon Warshavsky > Acked-by: Andrzej Ostruszka Applied, thanks