diff --git a/src/docsets.cpp b/src/docsets.cpp index de75819d4b5..52d24bbc4fc 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"