2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-16 01:12:13 +00:00

Handle HOME that contains spaces.

[SVN r28379]
This commit is contained in:
Vladimir Prus
2005-04-21 10:37:58 +00:00
parent a9cbb4c7df
commit eca8084733

View File

@@ -46,7 +46,10 @@ if $(test-config) || --ignore-config in [ modules.peek : ARGV ]
ignore-config = true ;
}
local user-path = [ modules.peek : HOME ] [ modules.peek : BOOST_BUILD_PATH ] ;
local HOME = [ modules.peek : HOME ] ;
# Bjam breaks vars at spaces -- fix this back.
HOME = $(HOME:J=" ") ;
local user-path = $(HOME) [ modules.peek : BOOST_BUILD_PATH ] ;
# Load site-config.
module site-config