From 56c71f1bf4b7081c1a3444e0bd1b254eeeff623b Mon Sep 17 00:00:00 2001 From: Zooko O'Whielacronx Date: Thu, 6 Mar 2008 18:18:56 -0700 Subject: [PATCH] setup: don't echo the echo of EGGSPATH --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f25a1316..73ccc002 100644 --- a/Makefile +++ b/Makefile @@ -61,7 +61,7 @@ TRIAL=PYTHONUNBUFFERED=1 $(TRIALCMD) --rterrors $(REACTOROPT) .PHONY: make-version build show-eggspath: - echo $(EGGSPATH) + @echo $(EGGSPATH) # The 'darcsver' setup.py command comes in the 'darcsver' package: # http://pypi.python.org/pypi/darcsver It is necessary only if you want to -- 2.45.2