* Report error with correct exit code

git-svn-id: trunk@43563 -
This commit is contained in:
michael 2019-11-23 13:34:45 +00:00
parent a23ed797e6
commit 77103fe7f2

View File

@ -392,6 +392,7 @@ end;
Procedure TFPDocApplication.DoRun;
begin
ExceptionExitCode:=1;
try
{$IFDEF Unix}
gettext.TranslateResourceStrings('/usr/local/share/locale/%s/LC_MESSAGES/fpdoc.mo');