From: Zooko O'Whielacronx <zooko@zooko.com>
Date: Thu, 5 Jun 2008 22:19:51 +0000 (-0700)
Subject: setup: quote variables which are going to be passed through a shell and which might... 
X-Git-Tag: allmydata-tahoe-1.1.0~45
X-Git-Url: https://git.rkrishnan.org/%5B/%5D%20/uri/frontends/index.php?a=commitdiff_plain;h=065625738a5a293b6efe73962960b4b3b58833c8;p=tahoe-lafs%2Ftahoe-lafs.git

setup: quote variables which are going to be passed through a shell and which might contain spaces
---

diff --git a/Makefile b/Makefile
index 886eab13..4eed0f33 100644
--- 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