setup: quote variables which are going to be passed through a shell and which might contain spaces

This commit is contained in:
Zooko O'Whielacronx 2008-06-05 15:19:51 -07:00
parent 36182fb1ac
commit 065625738a

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