Skip to content
Snippets Groups Projects
Commit ee36545f authored by Joey Le's avatar Joey Le
Browse files

Fixed it hopefully

parent 920b9aa5
Branches
No related tags found
No related merge requests found
...@@ -188,7 +188,7 @@ int exec_local_cmd_loop() { ...@@ -188,7 +188,7 @@ int exec_local_cmd_loop() {
} }
if (execute_pipeline(&cmd_list) != OK) { if (execute_pipeline(&cmd_list) != OK) {
fprintf(stderr, "%s\n", CMD_ERR_EXECUTE); fprintf(stderr, "%s\n", CMD_ERR_PIPE_LIMIT);
rc = ERR_MEMORY; rc = ERR_MEMORY;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment