From: Zooko O'Whielacronx Date: Mon, 9 Jun 2008 23:21:50 +0000 (-0700) Subject: setup: quote another place where spaces in paths cause shell command misparsing X-Git-Tag: allmydata-tahoe-1.1.0~29 X-Git-Url: https://git.rkrishnan.org/pf/content/en/seg/rgr-080307.php?a=commitdiff_plain;h=4b8632b7e5fcf8b667ee536d299ff82abcfc0e9a;p=tahoe-lafs%2Ftahoe-lafs.git setup: quote another place where spaces in paths cause shell command misparsing --- diff --git a/Makefile b/Makefile index 425c8920..ce92c24c 100644 --- a/Makefile +++ b/Makefile @@ -47,7 +47,7 @@ else PP=PYTHONPATH="$(SUPPORTLIB)" endif -TRIALCMD = $(shell PATH=${PATH}:${PWD}/support/bin $(PP) $(PYTHON) misc/find_trial.py) +TRIALCMD = $(shell PATH="${PATH}:${PWD}/support/bin" $(PP) $(PYTHON) misc/find_trial.py) TRIAL=PATH="${PATH}:${PWD}/support/bin" PYTHONUNBUFFERED=1 $(TRIALCMD) --rterrors $(REACTOROPT) .PHONY: make-version build