mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 00:39:00 +08:00
Revert "Add quotation marks to support user profiles with spaces in them"
This reverts commit 0ba4b66293
.
This commit is contained in:
parent
73bfe1ce89
commit
e44da23456
@ -403,7 +403,7 @@ namespace vcpkg::Metrics
|
||||
fs.write_contents(vcpkg_metrics_txt_path, payload);
|
||||
|
||||
const std::string cmd_line =
|
||||
Strings::format("start \"%s\" \"%s\"", temp_folder_path_exe.u8string(), vcpkg_metrics_txt_path.u8string());
|
||||
Strings::format("start %s %s", temp_folder_path_exe.u8string(), vcpkg_metrics_txt_path.u8string());
|
||||
System::cmd_execute_clean(cmd_line);
|
||||
#endif
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user