From b2a10c4939cf69b55a8ef3f38314246a153f9868 Mon Sep 17 00:00:00 2001 From: kpfleming Date: Tue, 1 Nov 2005 21:05:50 +0000 Subject: properly quote variable reference so the test won't fail (issue #5559) git-svn-id: http://svn.digium.com/svn/zaptel/trunk@804 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 019b54f..48e03bc 100755 --- a/Makefile +++ b/Makefile @@ -122,7 +122,7 @@ linux24: $(MODULESO) $(BINS) 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) -- cgit v1.2.3