Update of /usr/cvsroot/zaptel
In directory mongoose.digium.com:/tmp/cvs-serv16454

Modified Files:
        Makefile 
Log Message:
properly quote variable reference so the test won't fail (issue #5559)


Index: Makefile
===================================================================
RCS file: /usr/cvsroot/zaptel/Makefile,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -d -r1.90 -r1.91
--- Makefile    16 Oct 2005 16:07:49 -0000      1.90
+++ Makefile    1 Nov 2005 21:05:50 -0000       1.91
@@ -122,7 +122,7 @@
 
 linux26: prereq $(BINS)
        @echo $(KSRC)
-       @if [ -z "$(KSRC)" -o ! -d $(KSRC) ]; then echo "You do not appear to 
have the sources for the $(KVERS) kernel installed."; exit 1 ; fi
+       @if [ -z "$(KSRC)" -o ! -d "$(KSRC)" ]; then echo "You do not appear to 
have the sources for the $(KVERS) kernel installed."; exit 1 ; fi
        $(MAKE) -C $(KSRC) SUBDIRS=$(PWD) modules
 
 obj-m := $(MODULESO)

_______________________________________________
Asterisk-Cvs mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-cvs

Reply via email to