netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [lnf-log PATCH] build: fix typo
@ 2015-08-10  8:11 Ken-ichirou MATSUZAWA
  2015-08-18  5:36 ` Pablo Neira Ayuso
  0 siblings, 1 reply; 2+ messages in thread
From: Ken-ichirou MATSUZAWA @ 2015-08-10  8:11 UTC (permalink / raw)
  To: The netfilter developer mailinglist

Signed-off-by: Ken-ichirou MATSUZAWA <chamas@h4.dion.ne.jp>
---
 autogen.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/autogen.sh b/autogen.sh
index ce22b64..2b29953 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -34,6 +34,6 @@ include ()
     fi
 }
 
-[ "x$1" == "xdistrib" ] && include
+[ "x$1" = "xdistrib" ] && include
 autoreconf -fi
 rm -Rf autom4te.cache
-- 
2.1.4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [lnf-log PATCH] build: fix typo
  2015-08-10  8:11 [lnf-log PATCH] build: fix typo Ken-ichirou MATSUZAWA
@ 2015-08-18  5:36 ` Pablo Neira Ayuso
  0 siblings, 0 replies; 2+ messages in thread
From: Pablo Neira Ayuso @ 2015-08-18  5:36 UTC (permalink / raw)
  To: Ken-ichirou MATSUZAWA; +Cc: The netfilter developer mailinglist

Applied, thanks.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-08-18  5:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-10  8:11 [lnf-log PATCH] build: fix typo Ken-ichirou MATSUZAWA
2015-08-18  5:36 ` Pablo Neira Ayuso

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).