setup: quote another place where spaces in paths cause shell command misparsing

This commit is contained in:
Zooko O'Whielacronx 2008-06-09 16:21:50 -07:00
parent 08d07f0cc5
commit 4b8632b7e5

View File

@ -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