mirror of
https://github.com/boostorg/build.git
synced 2026-02-16 13:22:11 +00:00
Use proper escaping on windows.
[SVN r26761]
This commit is contained in:
@@ -428,7 +428,7 @@ if [ modules.peek : NT ]
|
||||
if $(string) || $(string) != ""
|
||||
{
|
||||
local escaped = [ regex.escape $(string) : "&|()<>^" : "^" ] ;
|
||||
return "echo $(escaped)" ;
|
||||
return "echo \"$(escaped)\"" ;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user