aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/opsi
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2008-02-27 16:18:30 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2008-02-27 16:18:30 +0000
commitfc5527ef6c7d7638dd321a5199693e42de77de6c (patch)
treebcbcc93530c0c4932c0c80ecd3ae865d601690a6 /plugins/opsi
parent3a3c255a308a29ecc103a21f153d5c7611e4d326 (diff)
Quote argument to test in plugins Makefiles, as proposed by Greg A. Woods.
svn path=/trunk/; revision=24488
Diffstat (limited to 'plugins/opsi')
-rw-r--r--plugins/opsi/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/opsi/Makefile.am b/plugins/opsi/Makefile.am
index 3d030c0685..caf3e5fa97 100644
--- a/plugins/opsi/Makefile.am
+++ b/plugins/opsi/Makefile.am
@@ -81,7 +81,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) ; \