mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-21 22:07:51 +00:00
setup: quote variables which are going to be passed through a shell and which might contain spaces
This commit is contained in:
parent
36182fb1ac
commit
065625738a
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…
Reference in New Issue
Block a user