From: Zooko O'Whielacronx <zooko@zooko.com>
Date: Mon, 9 Jun 2008 18:53:24 +0000 (-0700)
Subject: setup: don't quote REACTOROPT -- when it is empty then we want no argument at all... 
X-Git-Tag: allmydata-tahoe-1.1.0~31
X-Git-Url: https://git.rkrishnan.org/simplejson/components/%22file:/configuration.rst?a=commitdiff_plain;h=78791ab36db5580a4cdefe40474c7213f4bf591e;p=tahoe-lafs%2Ftahoe-lafs.git

setup: don't quote REACTOROPT -- when it is empty then we want no argument at all to be passed to trial, rather than the empty-string-argument
---

diff --git a/Makefile b/Makefile
index 180307ea..672aa99c 100644
--- a/Makefile
+++ b/Makefile
@@ -48,7 +48,7 @@ else
 endif
 
 TRIALCMD = $(shell PATH=${PATH}:${PWD}/support/bin $(PP) $(PYTHON) misc/find_trial.py)
-TRIAL=PATH="${PATH}:${PWD}/support/bin" PYTHONUNBUFFERED=1 $(TRIALCMD) --rterrors "$(REACTOROPT)"
+TRIAL=PATH="${PATH}:${PWD}/support/bin" PYTHONUNBUFFERED=1 $(TRIALCMD) --rterrors $(REACTOROPT)
 
 .PHONY: make-version build