mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 10:19:17 +02:00
* Report error with correct exit code
git-svn-id: trunk@43563 -
This commit is contained in:
parent
a23ed797e6
commit
77103fe7f2
@ -392,6 +392,7 @@ end;
|
|||||||
Procedure TFPDocApplication.DoRun;
|
Procedure TFPDocApplication.DoRun;
|
||||||
|
|
||||||
begin
|
begin
|
||||||
|
ExceptionExitCode:=1;
|
||||||
try
|
try
|
||||||
{$IFDEF Unix}
|
{$IFDEF Unix}
|
||||||
gettext.TranslateResourceStrings('/usr/local/share/locale/%s/LC_MESSAGES/fpdoc.mo');
|
gettext.TranslateResourceStrings('/usr/local/share/locale/%s/LC_MESSAGES/fpdoc.mo');
|
||||||
|
Loading…
Reference in New Issue
Block a user