From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Dmitry V. Levin" Subject: [PATCH iproute2] configure: fix typo in check_xt_old_internal_h Date: Tue, 8 Jan 2019 01:37:15 +0300 Message-ID: <20190107223715.GA16202@altlinux.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: netdev@vger.kernel.org To: Petr Vorel , Stephen Hemminger Return-path: 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 Content-Disposition: inline Sender: netdev-owner@vger.kernel.org List-ID: 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 <