summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2014-02-15 11:07:32 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2014-02-15 11:07:32 (GMT)
commit510e7b2c0d410ea289c2e788277becbd76bb4c57 (patch)
tree01f7172bec6d3d70fb43c9c7458d285c06dc46f8
parentc5864de9718b2f2240f08093b6486364e8345952 (diff)
parent0cc8f6b2a14fdeb6d6769d34edb035b755d1299f (diff)
downloadDoxygen-510e7b2c0d410ea289c2e788277becbd76bb4c57.zip
Doxygen-510e7b2c0d410ea289c2e788277becbd76bb4c57.tar.gz
Doxygen-510e7b2c0d410ea289c2e788277becbd76bb4c57.tar.bz2
Merge pull request #119 from NimbusKit/xcodeescape
Properly escape the XCODE path.
-rw-r--r--src/docsets.cpp2
1 files changed, 1 insertions, 1 deletions
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"