Skip to content

Commit

Permalink
Test for git problem
Browse files Browse the repository at this point in the history
This is temporal code likely.
  • Loading branch information
teusbenschop committed Nov 30, 2023
1 parent 2e0e592 commit 0dc5132
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions filter/shell.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ int filter_shell_run ([[maybe_unused]] string directory,
string standarderr = pipe + ".err";
command.append (" > " + standardout);
command.append (" 2> " + standarderr);
Database_Logs::log(command); // Todo
int result = system (command.c_str());
string contents = filter_url_file_get_contents (standardout);
if (output) {
Expand Down

0 comments on commit 0dc5132

Please sign in to comment.