python might be in a path with spaces in it, you never know
This commit is contained in:
parent
010f2abc70
commit
3c95fa22da
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue