mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-24 15:16:41 +00:00
silence warning when building
This commit is contained in:
parent
08bdde9e4a
commit
f7ddd89a90
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user