aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/Makefile.am
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2008-02-27 16:27:42 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2008-02-27 16:27:42 +0000
commita6958ba14b7355b7e20a6902c790266e02335ef2 (patch)
treef0351e2efde5ebeab62da115a011ccc8411956b4 /epan/dissectors/Makefile.am
parentfc5527ef6c7d7638dd321a5199693e42de77de6c (diff)
Quote argument to test in epan/dissectors/Makefile.am
svn path=/trunk/; revision=24489
Diffstat (limited to 'epan/dissectors/Makefile.am')
-rw-r--r--epan/dissectors/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/Makefile.am b/epan/dissectors/Makefile.am
index 6e7b44c9bc..eadfcd4c3b 100644
--- a/epan/dissectors/Makefile.am
+++ b/epan/dissectors/Makefile.am
@@ -104,7 +104,7 @@ x11-declarations.h x11-register-info.h: $(PROC_X11_FIELDS) $(X11_FIELDS)
#
register.c: $(plugin_src) $(ALL_DISSECTORS_SRC) $(top_srcdir)/tools/make-dissector-reg \
$(top_srcdir)/tools/make-dissector-reg.py
- @if test -n $(PYTHON); then \
+ @if test -n "$(PYTHON)"; then \
echo Making register.c with python ; \
$(PYTHON) $(top_srcdir)/tools/make-dissector-reg.py $(srcdir) \
dissectors $(ALL_DISSECTORS_SRC) ; \