You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2019/01/24 23:35:47 UTC

[trafficserver] branch master updated: Removes the echo from installing pre-commit

This is an automated email from the ASF dual-hosted git repository.

zwoop pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new aa74886  Removes the echo from installing pre-commit
aa74886 is described below

commit aa74886bb16b788d60143803fa5227334fb87067
Author: Leif Hedstrom <zw...@apache.org>
AuthorDate: Wed Jan 23 19:38:24 2019 -0700

    Removes the echo from installing pre-commit
---
 Makefile.am | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index 133c31d..e04aa9a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -96,7 +96,6 @@ install-examples: examples
 
 $(abs_top_srcdir)/.git/hooks/pre-commit: $(abs_top_srcdir)/tools/git/pre-commit
 	@if [ -d $(abs_top_srcdir)/.git/hooks ]; then \
-		echo; echo "\tNote: Installing ATS .git/hooks/pre-commit"; echo; \
 		cp $(abs_top_srcdir)/tools/git/pre-commit $(abs_top_srcdir)/.git/hooks/pre-commit; \
 	fi