@@ -51,10 +51,12 @@ {$IFDEF WINDOWS} ret := RunCommand('cmd', ['/c', CommandLine], str, [], swoHIDE); {$ELSE} ret := RunCommand('sh', ['-c', CommandLine], str, [], swoHIDE); {$ENDIF} + + if Length(str) = 0 then str := 'No problems have occurred. :-)'; if LogFile <> '' then begin AssignFile(lh, LogFile); try