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:
36182fb
)
setup: quote variables which are going to be passed through a shell and which might...
author
Zooko O'Whielacronx
<zooko@zooko.com>
Thu, 5 Jun 2008 22:19:51 +0000
(15:19 -0700)
committer
Zooko O'Whielacronx
<zooko@zooko.com>
Thu, 5 Jun 2008 22:19:51 +0000
(15:19 -0700)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 886eab13f21d2166923796e69411d7a1ca2254a3..4eed0f33c473d4a5566a50496b7cef7e4cfba19b 100644
(file)
--- a/
Makefile
+++ b/
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