summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Bright <sean@malleable.com>2009-06-08 17:02:48 +0000
committerSean Bright <sean@malleable.com>2009-06-08 17:02:48 +0000
commit3c742ca6bb4661d6a2c1c05a3e30cc5107090b95 (patch)
tree8799138bf4d79e47c9b3e094295d191a9d3e4f48
parent6a1c1f1a18af13839ef49592d234916c6feca458 (diff)
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
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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 "; \