From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 993AF37AF; Fri, 1 Mar 2019 18:52:31 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 2BF7A22162; Fri, 1 Mar 2019 12:52:31 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Fri, 01 Mar 2019 12:52:31 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=TqB+NC1zqp/jpBU/3BqnaVUokA6tnkLarG/vnVvCSzM=; b=VZ/pq+iZs0FF Ali5JcVu6lZ1ShN37bf2m5udfFNw42gMyjfZSnMOyK6UPH+Cn+AIw1/SeCrX0dDy ld70Ktf0dbwDApbdOU/i4pb8VrJZnrzwuSFoPTtDKqypTdRYZUvESxam9wbO4Oc7 yUaPAXYgEUCLd7PFA6Ux5MWYhvaPkYU= 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-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm2; bh=TqB+NC1zqp/jpBU/3BqnaVUokA6tnkLarG/vnVvCS zM=; b=rRvWs3kxIJaNOHNvQHrG/MACx/Q0LLL5pYFEmrwDqVcDVHIqnwsQpRgHz QGHqdNHNLYTZAz3GlERp7++L2VG4pb1R/zfQVFI7ZxgFIhsEXVly386kti6IrYxq QkqNgvf4thrWYwSyxmDSW+kzf0R9Lb2X3Sr7VxtVrpvLHlQxJN36Z8odNE6WlftG Zro+vqFmy/ZUnxhYs41zU3wOcjAnoa5JKhe6tTOBTCbmXVuZUc5MI4Sl8eIJZlPY H3NHq/9caiA39L6LWwZImm2G+0teOgAx3o3bkL4YbrinOlmSAeT1vIAKnj73n/v8 KXUepIOHU8EbSLS1QYZRqD388J9pA== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedutddrvdehgddutdeiucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukf hppeejjedrudefiedrgedurdejtdenucfrrghrrghmpehmrghilhhfrhhomhepthhhohhm rghssehmohhnjhgrlhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpedt X-ME-Proxy: Received: from xps.localnet (70.41.136.77.rev.sfr.net [77.136.41.70]) by mail.messagingengine.com (Postfix) with ESMTPA id E400CE4788; Fri, 1 Mar 2019 12:52:26 -0500 (EST) From: Thomas Monjalon To: Michael Santana Cc: stable@dpdk.org, dev@dpdk.org, Bruce Richardson , Van Haaren Harry , ramirose@gmail.com Date: Fri, 01 Mar 2019 18:52:20 +0100 Message-ID: <86213097.jjelSHenU9@xps> In-Reply-To: <20190301170806.3547-3-msantana@redhat.com> References: <20190214193547.30783-1-msantana@redhat.com> <20190301170806.3547-1-msantana@redhat.com> <20190301170806.3547-3-msantana@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [dpdk-stable] [PATCH v3 2/2] devtools: fix result of svg include check X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Mar 2019 17:52:31 -0000 01/03/2019 18:08, Michael Santana: > Fix trivial bug. In sh shell, 'foo = 1' is not the same as > 'foo=1'. Using 'foo = 1' makes the shell attempt to interpret foo > as a command, rather than a simple variable assignment. > > Signed-off-by: Michael Santana > Fixes: dafc04c15174 ("devtools: fix return of forbidden addition checks") CC: stable@dpdk.org must be inserted below Fixes for the record in git. Note also that Signed-off-by must be below with a blank line.