python might be in a path with spaces in it, you never know

This commit is contained in:
Daniel Brooks 2012-02-21 00:53:01 -08:00
parent 010f2abc70
commit 3c95fa22da
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ endif
# Extracting tests for docs
######################################################################
EXTRACT_TESTS := $(CFG_PYTHON) $(S)src/etc/extract-tests.py
EXTRACT_TESTS := "$(CFG_PYTHON)" $(S)src/etc/extract-tests.py
define DEF_DOC_TEST_HOST