Signed-off-by: Kirill Frolov <k.frolov@samsung.com>
This commit is contained in:
@@ -266,7 +266,7 @@ fn build_shell_command(command_line: &str) -> tokio::process::Command {
|
||||
#[cfg(windows)]
|
||||
let mut command = {
|
||||
let mut command = tokio::process::Command::new("cmd");
|
||||
command.arg("/C").arg(command_line);
|
||||
command.arg("/C").raw_arg(command_line);
|
||||
command
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user