aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/m2m
diff options
context:
space:
mode:
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2008-02-27 16:18:30 +0000
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2008-02-27 16:18:30 +0000
commit08ed2b14dac49efc8d3c93766689ecb66c87fdc4 (patch)
treebcbcc93530c0c4932c0c80ecd3ae865d601690a6 /plugins/m2m
parentdd40acc4d1491bf80190b2dac583a4f849337cc3 (diff)
Quote argument to test in plugins Makefiles, as proposed by Greg A. Woods.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24488 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'plugins/m2m')
-rw-r--r--plugins/m2m/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/m2m/Makefile.am b/plugins/m2m/Makefile.am
index 072da35a38..54fd96178a 100644
--- a/plugins/m2m/Makefile.am
+++ b/plugins/m2m/Makefile.am
@@ -82,7 +82,7 @@ LIBS =
#
plugin.c: $(DISSECTOR_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 plugin.c with python ; \
$(PYTHON) $(top_srcdir)/tools/make-dissector-reg.py $(srcdir) \
plugin $(DISSECTOR_SRC) ; \