From bf039e366514720fec03306025689c1cc8bad5c6 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Mon, 19 Sep 2022 11:42:13 -0400 Subject: [PATCH] Do not echo this echo command when running --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 1cdfb6ab3..84a4aed25 100644 --- a/Makefile.am +++ b/Makefile.am @@ -249,6 +249,6 @@ clean-local: manpages: ./util/gen-manpages.sh - echo "Please review the man pages changes to see if they look correct, then commit and push" + @echo "Please review the man pages changes to see if they look correct, then commit and push" # I also heard about a bug in the UNIVAC but it's too big for this comment. -- Duke