From: Zooko O'Whielacronx <zooko@zooko.com>
Date: Wed, 11 Apr 2007 15:50:59 +0000 (-0700)
Subject: silence warning when building
X-Git-Url: https://git.rkrishnan.org/pf/vdrive?a=commitdiff_plain;h=f7ddd89a90a5d8651dd644db5e8cbfe5fd01fb6d;p=tahoe-lafs%2Ftahoe-lafs.git

silence warning when building
---

diff --git a/GNUmakefile b/GNUmakefile
index 4c45f9d0..eb9a7634 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -4,7 +4,7 @@ BASE=$(shell pwd)
 PYTHON=python
 INSTDIR=$(BASE)/instdir
 PATHSEP=$(shell python -c 'import os ; print os.pathsep')
-TRIALPATH=$(shell which trial.py)
+TRIALPATH=$(shell which trial.py 2>/dev/null)
 ifeq ($(TRIALPATH),)
 TRIALPATH=$(shell which trial)
 endif