This commit is contained in:
Scott E. Graves 2025-03-03 11:52:54 -06:00
parent 2096669a7f
commit 2ff16230d1

View File

@ -317,7 +317,7 @@ auto handlers::read_process(provider_type prov, std::string_view name,
} }
auto cmd_line = auto cmd_line =
fmt::format(R"("{}" {} {})", repertory_binary_, str_type, command); fmt::format(R"({} {} {})", repertory_binary_, str_type, command);
auto *pipe = popen(cmd_line.c_str(), "r"); auto *pipe = popen(cmd_line.c_str(), "r");
if (pipe == nullptr) { if (pipe == nullptr) {