netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Firas Khalil Khana <firasuke@gmail.com>
To: netdev@vger.kernel.org
Cc: Firas Khalil Khana <firasuke@gmail.com>
Subject: [PATCH] configure: Fix to minor error caused by recent code cleanup
Date: Thu, 27 Dec 2018 15:18:51 +0200	[thread overview]
Message-ID: <20181227131851.14159-1-firasuke@gmail.com> (raw)

---
 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 <<EOF
-- 
2.20.1

             reply	other threads:[~2018-12-27 13:19 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-27 13:18 Firas Khalil Khana [this message]
2019-01-01  6:00 ` [PATCH] configure: Fix to minor error caused by recent code cleanup Stephen Hemminger
2019-01-01 10:58   ` DOTSLASHLINUX .

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20181227131851.14159-1-firasuke@gmail.com \
    --to=firasuke@gmail.com \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).