From patchwork Mon Jan 7 22:37:15 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Dmitry V. Levin" X-Patchwork-Id: 1021643 X-Patchwork-Delegate: shemminger@vyatta.com Return-Path: X-Original-To: patchwork-incoming-netdev@ozlabs.org Delivered-To: patchwork-incoming-netdev@ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=netdev-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=altlinux.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 43YVdB5c23z9rxp for ; Tue, 8 Jan 2019 09:37:18 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727192AbfAGWhQ (ORCPT ); Mon, 7 Jan 2019 17:37:16 -0500 Received: from vmicros1.altlinux.org ([194.107.17.57]:49464 "EHLO vmicros1.altlinux.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726668AbfAGWhQ (ORCPT ); Mon, 7 Jan 2019 17:37:16 -0500 Received: from mua.local.altlinux.org (mua.local.altlinux.org [192.168.1.14]) by vmicros1.altlinux.org (Postfix) with ESMTP id 6505B72CC71; Tue, 8 Jan 2019 01:37:15 +0300 (MSK) Received: by mua.local.altlinux.org (Postfix, from userid 508) id 572D07CCE38; Tue, 8 Jan 2019 01:37:15 +0300 (MSK) Date: Tue, 8 Jan 2019 01:37:15 +0300 From: "Dmitry V. Levin" To: Petr Vorel , Stephen Hemminger Cc: netdev@vger.kernel.org Subject: [PATCH iproute2] configure: fix typo in check_xt_old_internal_h Message-ID: <20190107223715.GA16202@altlinux.org> MIME-Version: 1.0 Content-Disposition: inline Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Fixes: 377a09902a57 ("configure: Minor code cleanup") Signed-off-by: Dmitry V. Levin --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index b85eb58b..45fcffb6 100755 --- a/configure +++ b/configure @@ -115,7 +115,7 @@ EOF check_xt_old_internal_h() { # bail if previous XT checks has already succeeded. - grep -q if grep -q TC_CONFIG_XT $CONFIG && return + grep -q TC_CONFIG_XT $CONFIG && return #check if we need our own internal.h cat >$TMPDIR/ipttest.c <