mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-31 00:24:13 +00:00
setup: don't quote TRIALCMD in Makefile -- it can be a pair of (python executable, path to command) paths
This commit is contained in:
parent
b06ba64214
commit
74908b9334
2
Makefile
2
Makefile
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user