]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
silence warning when building
authorZooko O'Whielacronx <zooko@zooko.com>
Wed, 11 Apr 2007 15:50:59 +0000 (08:50 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Wed, 11 Apr 2007 15:50:59 +0000 (08:50 -0700)
GNUmakefile

index 4c45f9d0433d628a42b85bf7758d5b8e1c92363c..eb9a7634e09d3a0729d1e369c108cf576104c809 100644 (file)
@@ -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