mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-27 06:20:25 +00:00
setup: quote another place where spaces in paths cause shell command misparsing
This commit is contained in:
parent
08d07f0cc5
commit
4b8632b7e5
2
Makefile
2
Makefile
@ -47,7 +47,7 @@ else
|
|||||||
PP=PYTHONPATH="$(SUPPORTLIB)"
|
PP=PYTHONPATH="$(SUPPORTLIB)"
|
||||||
endif
|
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)
|
TRIAL=PATH="${PATH}:${PWD}/support/bin" PYTHONUNBUFFERED=1 $(TRIALCMD) --rterrors $(REACTOROPT)
|
||||||
|
|
||||||
.PHONY: make-version build
|
.PHONY: make-version build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user