projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08d07f0
)
setup: quote another place where spaces in paths cause shell command misparsing
author
Zooko O'Whielacronx
<zooko@zooko.com>
Mon, 9 Jun 2008 23:21:50 +0000
(16:21 -0700)
committer
Zooko O'Whielacronx
<zooko@zooko.com>
Mon, 9 Jun 2008 23:21:50 +0000
(16:21 -0700)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 425c892003b1485c61cc544dcf8ff5178ab4183b..ce92c24c812bd635dd6054a5a2e056f4491365ae 100644
(file)
--- a/
Makefile
+++ b/
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