[svn-commits] seanbright: tools/trunk r6678 - /tools/trunk/Makefile

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Jun 8 12:02:52 CDT 2009


Author: seanbright
Date: Mon Jun  8 12:02:48 2009
New Revision: 6678

URL: http://svn.asterisk.org/svn-view/dahdi?view=rev&rev=6678
Log:
Since this 'echo' is part of a larger statement, we don't need the @ symbol.

Cleans up an error I am seeing on Ubunut.

Modified:
    tools/trunk/Makefile

Modified: tools/trunk/Makefile
URL: http://svn.asterisk.org/svn-view/dahdi/tools/trunk/Makefile?view=diff&rev=6678&r1=6677&r2=6678
==============================================================================
--- tools/trunk/Makefile (original)
+++ tools/trunk/Makefile Mon Jun  8 12:02:48 2009
@@ -299,7 +299,7 @@
 	@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 "; \




More information about the svn-commits mailing list