From 74908b93340fd0729c2593d63126c8e6ba63d028 Mon Sep 17 00:00:00 2001
From: Zooko O'Whielacronx <zooko@zooko.com>
Date: Thu, 5 Jun 2008 16:39:12 -0700
Subject: [PATCH] setup: don't quote TRIALCMD in Makefile -- it can be a pair
 of (python executable, path to command) paths

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

diff --git a/Makefile b/Makefile
index 4eed0f33c..180307ea7 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