mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 04:57:54 +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)"
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user