setup: don't quote TRIALCMD in Makefile -- it can be a pair of (python executable, path to command) paths

This commit is contained in:
Zooko O'Whielacronx 2008-06-05 16:39:12 -07:00
parent b06ba64214
commit 74908b9334

View File

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