From 0cc8f6b2a14fdeb6d6769d34edb035b755d1299f Mon Sep 17 00:00:00 2001 From: Jeff Verkoeyen Date: Fri, 14 Feb 2014 19:07:53 -0400 Subject: Properly escape the XCODE path. This was causing problems on my system where Xcode is installed at /Applications/Xcode 5.0/ --- src/docsets.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docsets.cpp b/src/docsets.cpp index de75819..52d24bb 100644 --- a/src/docsets.cpp +++ b/src/docsets.cpp @@ -72,7 +72,7 @@ void DocSets::initialize() "DOCSET_RESOURCES=$(DOCSET_CONTENTS)/Resources\n" "DOCSET_DOCUMENTS=$(DOCSET_RESOURCES)/Documents\n" "DESTDIR=~/Library/Developer/Shared/Documentation/DocSets\n" - "XCODE_INSTALL=$(shell xcode-select -print-path)\n" + "XCODE_INSTALL=\"$(shell xcode-select -print-path)\"\n" "\n" "all: docset\n" "\n" -- cgit v0.12