shellopen under linux always returned true

This commit is contained in:
Basile Burg 2017-07-11 20:06:41 +02:00
parent f17c1424d3
commit 87e1f554b5
No known key found for this signature in database
GPG Key ID: 1868039F415CB8CF
1 changed files with 1 additions and 1 deletions

View File

@ -917,7 +917,7 @@ begin
while Running do
sleep(1);
finally
result := true;
result := ExitStatus = 0;
Free;
end;
{$ENDIF}