2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-17 13:42:14 +00:00

quote command to permit spaces in directory names

[SVN r27452]
This commit is contained in:
Robert Ramey
2005-02-20 22:21:09 +00:00
parent d10f227964
commit 435c45f541

View File

@@ -51,7 +51,7 @@ if ! $(COMO_PATH_SETUP) # do this once
COMO_BACKEND_SETUP ?= "call "\"$(COMO_BACKEND_PATH)\\..\\Common7\\Tools\\vsvars32"\" >nul" ;
COMO_BASE_SETUP ?= "set \"COMO_BASE=$(COMO_BASE)\"" ;
COMO_PATH_SETUP ?= "" ;
COMO_CMD = $(COMO_BIN_DIRECTORY)como --$(COMO_BACKEND) ;
COMO_CMD = \"$(COMO_BIN_DIRECTORY)como\" --$(COMO_BACKEND) ;
}