russell: trunk r159 - /trunk/Makefile
    asterisk-gui-commits at lists.digium.com 
    asterisk-gui-commits at lists.digium.com
       
    Sat Dec  9 21:08:48 MST 2006
    
    
  
Author: russell
Date: Sat Dec  9 22:08:48 2006
New Revision: 159
URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=159
Log:
Fix a silly little typo in "make samples"
Modified:
    trunk/Makefile
Modified: trunk/Makefile
URL: http://svn.digium.com/view/asterisk-gui/trunk/Makefile?view=diff&rev=159&r1=158&r2=159
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Sat Dec  9 22:08:48 2006
@@ -261,7 +261,7 @@
 	for x in configs/*.sample; do \
 		if [ -f $(ASTETCDIR)/`$(BASENAME) $$x .sample` ]; then \
 			if [ "$(OVERWRITE)" = "y" ]; then \
-				if cmp -s (ASTETCDIR)/`$(BASENAME) $$x .sample` $$x ; then \
+				if cmp -s $(ASTETCDIR)/`$(BASENAME) $$x .sample` $$x ; then \
 					echo "Config file $$x is unchanged"; \
 					continue; \
 				fi ; \
    
    
More information about the asterisk-gui-commits
mailing list