From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas@monjalon.net>
Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com
 [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id C8BE05B3A
 for <dev@dpdk.org>; Mon,  1 Oct 2018 23:38:36 +0200 (CEST)
Received: from compute1.internal (compute1.nyi.internal [10.202.2.41])
 by mailout.nyi.internal (Postfix) with ESMTP id 47C6F21F8E;
 Mon,  1 Oct 2018 17:38:36 -0400 (EDT)
Received: from mailfrontend2 ([10.202.2.163])
 by compute1.internal (MEProxy); Mon, 01 Oct 2018 17:38:36 -0400
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h=
 cc:content-transfer-encoding:content-type:date:from:in-reply-to
 :message-id:mime-version:references:subject:to:x-me-sender
 :x-me-sender:x-sasl-enc; s=mesmtp; bh=cT+nDd9ZOQlRIDDB9R+miBzgGE
 6r7yoLdYh1ksqawz0=; b=eEtd0oee8K+X83g3qmTXAQWQoCA11EXii8zDF6+At5
 1vvc8Bbn0HExv/M3HNtaBgVNn+ESw5kzl723XrM0fi0X4ug2XCMzYQBGQEgAzmnE
 +s6vLSfhsm4EyoymJoX6fkriI51cDBenAwPKkGCsrGyN8yxS8gaR+tEmCRcz+N+i
 g=
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=
 messagingengine.com; h=cc:content-transfer-encoding:content-type
 :date:from:in-reply-to:message-id:mime-version:references
 :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=cT+nDd
 9ZOQlRIDDB9R+miBzgGE6r7yoLdYh1ksqawz0=; b=TLGDgmc8l769O+fz5HMgZH
 +Zyw/XDpwJ3G8uhDxAjzs/EVXTLsn7zw919NuAiW3vVW+0tTwAWNwpgPhQnLwPuu
 a/i8ecJCVReZTtjwY3Z3CFYGJxyltoB4aUUgtl6YqOvD6K/K8sETGBCASVjG2HXl
 0mlsKsL7nfnodcWbqh9D4tTTlkbDAARG7qUWtweAy67S1MJcxYYEc5xAV6zCjuXM
 oYyqT/zihI7aPhk2lpgmbrhOebi7mQXQUtMZ9Fbg9bvdWSQPzBg/0e7oshvBplk1
 kp72fkmUOngKR/ORmWJ5VpwVvaSMRkflhIe2FYbJHEnSpWm6LKi0E58qW2cX42FA
 ==
X-ME-Sender: <xms:25OyWywo0pYLueX2xuK0eZMW-wcQkTq1xwbmGh0KBx0FK5FfR5il9g>
X-ME-Proxy: <xmx:25OyW6lsn3uLpyPD1i-dmFJaQhswA3dfL0tPBKKH6KcOMxBqUobpVA>
 <xmx:25OyW8FSPjSztfcgp_AFSj4F5U4zF4bpD4HO0Oyew9EOl0cweRyllw>
 <xmx:25OyW3lOE-Lse9azFp1B1abEgOFCs-J0c5s0U5nxroNKgQUvJ4dX-w>
 <xmx:25OyW2M-hP6N1ZLMRxeY9UOB3_YEINLp4C5Ky256ZXYAsNKt-ecZ2Q>
 <xmx:25OyW3CIULga8qlkJ8EaxROCnfBK97T9b5X4KkrgI9SOBWm7p_Tmdw>
 <xmx:3JOyW4XOqh8qf5pywnUmZ78Xv7pff6vbggoeyHZkJxUuyPgLSAgMzQ>
Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184])
 by mail.messagingengine.com (Postfix) with ESMTPA id 888D6102D7;
 Mon,  1 Oct 2018 17:38:34 -0400 (EDT)
From: Thomas Monjalon <thomas@monjalon.net>
To: Arnon Warshavsky <arnon@qwilt.com>
Cc: dev@dpdk.org, amo@semihalf.com, i.maximets@samsung.com,
 stephen@networkplumber.org, david.marchand@6wind.com
Date: Mon, 01 Oct 2018 23:38:33 +0200
Message-ID: <3504331.3k9q2Prji3@xps>
In-Reply-To: <1538039048-20562-1-git-send-email-arnon@qwilt.com>
References: <1538039048-20562-1-git-send-email-arnon@qwilt.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Subject: Re: [dpdk-dev] [PATCH v3] devtools: move forbidden tokens awk
	script to a separate file
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Mon, 01 Oct 2018 21:38:37 -0000

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 <arnon@qwilt.com>
> Acked-by: Andrzej Ostruszka <amo@semihalf.com>

Applied, thanks