From 87e1f554b5fc9383fbb2da9ef8a344ab4c7200ad Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Tue, 11 Jul 2017 20:06:41 +0200 Subject: [PATCH] shellopen under linux always returned true --- src/ce_common.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ce_common.pas b/src/ce_common.pas index b149a649..be59d35a 100644 --- a/src/ce_common.pas +++ b/src/ce_common.pas @@ -917,7 +917,7 @@ begin while Running do sleep(1); finally - result := true; + result := ExitStatus = 0; Free; end; {$ENDIF}