diff mbox series

configure: Fix to minor error caused by recent code cleanup

Message ID 20181227131851.14159-1-firasuke@gmail.com
State Changes Requested, archived
Delegated to: stephen hemminger
Headers show
Series configure: Fix to minor error caused by recent code cleanup | expand

Commit Message

Firas Khalil Khana Dec. 27, 2018, 1:18 p.m. UTC
---
 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Stephen Hemminger Jan. 1, 2019, 6 a.m. UTC | #1
On Thu, 27 Dec 2018 15:18:51 +0200
Firas Khalil Khana <firasuke@gmail.com> wrote:

I want to take this patch, but it is missing the Signed-Off-by: required
for this project.

Also please add:

Fixes: 377a09902a57 ("configure: Minor code cleanup")
Firas Khalil Khana Jan. 1, 2019, 10:58 a.m. UTC | #2
Ok, I will check.

On Tue, Jan 1, 2019 at 8:00 AM Stephen Hemminger
<stephen@networkplumber.org> wrote:
>
> On Thu, 27 Dec 2018 15:18:51 +0200
> Firas Khalil Khana <firasuke@gmail.com> wrote:
>
> I want to take this patch, but it is missing the Signed-Off-by: required
> for this project.
>
> Also please add:
>
> Fixes: 377a09902a57 ("configure: Minor code cleanup")
diff mbox series

Patch

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