mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 11:06:19 +02:00
* exit with exit code 0 instead of 1 after writing out quick options
(such as -iV)
This commit is contained in:
parent
399c230c41
commit
1c0fb6a6ea
@ -1571,7 +1571,7 @@ begin
|
|||||||
if s<>'' then
|
if s<>'' then
|
||||||
begin
|
begin
|
||||||
writeln(s);
|
writeln(s);
|
||||||
stopoptions(1);
|
stopoptions(0);
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
@ -2087,7 +2087,11 @@ finalization
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.140 2004-09-08 11:23:31 michael
|
Revision 1.141 2004-09-10 21:00:23 jonas
|
||||||
|
* exit with exit code 0 instead of 1 after writing out quick options
|
||||||
|
(such as -iV)
|
||||||
|
|
||||||
|
Revision 1.140 2004/09/08 11:23:31 michael
|
||||||
+ Check if outputdir exists, Fix exitcode when displaying help pages
|
+ Check if outputdir exists, Fix exitcode when displaying help pages
|
||||||
|
|
||||||
Revision 1.139 2004/08/27 21:59:26 peter
|
Revision 1.139 2004/08/27 21:59:26 peter
|
||||||
|
Loading…
Reference in New Issue
Block a user