Skip to content
Snippets Groups Projects
Commit 2af61e0d authored by Andy Cedilnik's avatar Andy Cedilnik
Browse files

BUG: If working directory does not exists, exit

parent b3629d66
No related branches found
No related tags found
No related merge requests found
......@@ -547,6 +547,7 @@ void kwsysProcess_Execute(kwsysProcess* cp)
if(r < 0)
{
kwsysProcessCleanup(cp, 1);
return;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment