From 4b8632b7e5fcf8b667ee536d299ff82abcfc0e9a Mon Sep 17 00:00:00 2001
From: Zooko O'Whielacronx <zooko@zooko.com>
Date: Mon, 9 Jun 2008 16:21:50 -0700
Subject: [PATCH] setup: quote another place where spaces in paths cause shell
 command misparsing

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 425c8920..ce92c24c 100644
--- 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
-- 
2.45.2