]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
setup: quote another place where spaces in paths cause shell command misparsing
authorZooko O'Whielacronx <zooko@zooko.com>
Mon, 9 Jun 2008 23:21:50 +0000 (16:21 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Mon, 9 Jun 2008 23:21:50 +0000 (16:21 -0700)
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