Use proper escaping on windows.
[SVN r26761]
This commit is contained in:
parent
ee8ee54b64
commit
29ac2210dc
@ -428,7 +428,7 @@ if [ modules.peek : NT ]
|
||||
if $(string) || $(string) != ""
|
||||
{
|
||||
local escaped = [ regex.escape $(string) : "&|()<>^" : "^" ] ;
|
||||
return "echo $(escaped)" ;
|
||||
return "echo \"$(escaped)\"" ;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user