From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] scripts: enhance error message in get maintainer script Date: Thu, 04 Jan 2018 18:16:04 +0100 Message-ID: <5902249.QUlgPPMpyl@xps> References: <20171214142140.23980-1-olivier.matz@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Ferruh Yigit To: Olivier Matz Return-path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 394398E01 for ; Thu, 4 Jan 2018 18:16:25 +0100 (CET) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 14/12/2017 18:36, Ferruh Yigit: > On 12/14/2017 6:21 AM, Olivier Matz wrote: > > When the DPDK_GETMAINTAINER_PATH variable was not set, the error > > message from get-maintainer.sh was quite cheap: > > > > $ devtools/get-maintainer.sh --help > > usage: get-maintainer.sh > > Cannot execute DPDK_GETMAINTAINER_PATH > > > > Add a more detailed explanation about this variable in the help. > > > > Signed-off-by: Olivier Matz > > Acked-by: Ferruh Yigit Applied, thanks