BUG: If working directory does not exists, exit
This commit is contained in:
parent
c1ba581da4
commit
9cf5bb4bb0
|
@ -547,6 +547,7 @@ void kwsysProcess_Execute(kwsysProcess* cp)
|
||||||
if(r < 0)
|
if(r < 0)
|
||||||
{
|
{
|
||||||
kwsysProcessCleanup(cp, 1);
|
kwsysProcessCleanup(cp, 1);
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue