From: Zooko O'Whielacronx Date: Thu, 5 Jun 2008 23:39:12 +0000 (-0700) Subject: setup: don't quote TRIALCMD in Makefile -- it can be a pair of (python executable... X-Git-Tag: allmydata-tahoe-1.1.0~43 X-Git-Url: https://git.rkrishnan.org/simplejson/encoder.py.html?a=commitdiff_plain;h=74908b93340fd0729c2593d63126c8e6ba63d028;p=tahoe-lafs%2Ftahoe-lafs.git setup: don't quote TRIALCMD in Makefile -- it can be a pair of (python executable, path to command) paths --- diff --git a/Makefile b/Makefile index 4eed0f33..180307ea 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