From 08ed2b14dac49efc8d3c93766689ecb66c87fdc4 Mon Sep 17 00:00:00 2001 From: stig Date: Wed, 27 Feb 2008 16:18:30 +0000 Subject: 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 --- plugins/m2m/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/m2m') 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) ; \ -- cgit v1.2.3