From 3c742ca6bb4661d6a2c1c05a3e30cc5107090b95 Mon Sep 17 00:00:00 2001 From: Sean Bright Date: Mon, 8 Jun 2009 17:02:48 +0000 Subject: Since this 'echo' is part of a larger statement, we don't need the @ symbol. Cleans up an error I am seeing on Ubuntu. git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@6678 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ef90af5..e1d2e3f 100644 --- a/Makefile +++ b/Makefile @@ -299,7 +299,7 @@ endif @if [ `xpp/dahdi_hardware | tee /dev/stderr | wc -l` -eq 0 ]; then \ echo "No hardware found"; \ else \ - @echo ""; \ + echo ""; \ echo "run 'dahdi_genconf modules' to load support for only " ;\ echo "the DAHDI hardware installed in this system. By "; \ echo "default support for all DAHDI hardware is loaded at "; \ -- cgit v1.2.3