Browse Source

* Report error with correct exit code

git-svn-id: trunk@43563 -
michael 5 năm trước cách đây
mục cha
commit
77103fe7f2
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      utils/fpdoc/fpdoc.pp

+ 1 - 0
utils/fpdoc/fpdoc.pp

@@ -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');